Change 18028 by rgs@rgs-home on 2002/10/17 20:33:32

        Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 
Win2000Pro (MSWin32-x86)
        From: Abe Timmerman <[EMAIL PROTECTED]>
        Date: Thu, 17 Oct 2002 23:38:34 +0200
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/t/run/switches.t#7 edit

Differences ...

==== //depot/perl/t/run/switches.t#7 (text) ====
Index: perl/t/run/switches.t
--- perl/t/run/switches.t#6~18015~      Sat Oct 12 13:22:37 2002
+++ perl/t/run/switches.t       Thu Oct 17 13:33:32 2002
@@ -66,7 +66,7 @@
 
 $r = runperl(
     switches   => [ '-066' ],
-    prog       => 'BEGIN { print "($/)" } print "[$/]"',
+    prog       => 'BEGIN { print qq{($/)} } print qq{[$/]}',
 );
 is( $r, "(\066)[\066]", '$/ set at compile-time' );
 
End of Patch.

Reply via email to