From: Rafael Garcia-Suarez Date: Wed, 6 Nov 2002 22:11:06 +0000 (+0000) Subject: The new test introduced in #18114 failed with threads X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa18c8dc25b0a85494e957118cc61cb80bb67ca8;p=p5sagit%2Fp5-mst-13.2.git The new test introduced in #18114 failed with threads p4raw-id: //depot/perl@18116 --- diff --git a/ext/B/t/concise.t b/ext/B/t/concise.t index 86a645c..ac26d4b 100644 --- a/ext/B/t/concise.t +++ b/ext/B/t/concise.t @@ -33,4 +33,4 @@ $out = runperl( stderr => 1, ); -like($out, qr/"foo"/, "-exec option with //="); +like($out, qr/print/, "-exec option with //=");