Change 18116 by rgs@rgs-home on 2002/11/06 22:11:06

        The new test introduced in #18114 failed with threads

Affected files ...

.... //depot/perl/ext/B/t/concise.t#4 edit

Differences ...

==== //depot/perl/ext/B/t/concise.t#4 (text) ====
Index: perl/ext/B/t/concise.t
--- perl/ext/B/t/concise.t#3~18114~     Wed Nov  6 12:08:53 2002
+++ perl/ext/B/t/concise.t      Wed Nov  6 14:11:06 2002
@@ -33,4 +33,4 @@
     stderr => 1,
 );
 
-like($out, qr/"foo"/, "-exec option with //=");
+like($out, qr/print/, "-exec option with //=");
End of Patch.

Reply via email to