The new test introduced in #18114 failed with threads
Rafael Garcia-Suarez [Wed, 6 Nov 2002 22:11:06 +0000 (22:11 +0000)]
p4raw-id: //depot/perl@18116

ext/B/t/concise.t

index 86a645c..ac26d4b 100644 (file)
@@ -33,4 +33,4 @@ $out = runperl(
     stderr => 1,
 );
 
-like($out, qr/"foo"/, "-exec option with //=");
+like($out, qr/print/, "-exec option with //=");