Change 34040 by [EMAIL PROTECTED] on 2008/06/10 09:47:41

        Subject: Fix run/switches test on Win32
        From: "Steve Hay" <[EMAIL PROTECTED]>
        Date: Tue, 10 Jun 2008 09:49:50 +0100
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

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

Differences ...

==== //depot/perl/t/run/switches.t#26 (text) ====
Index: perl/t/run/switches.t
--- perl/t/run/switches.t#25~33822~     2008-05-11 08:10:32.000000000 -0700
+++ perl/t/run/switches.t       2008-06-10 02:47:41.000000000 -0700
@@ -348,7 +348,7 @@
 is( $r, "Hello, world!\n", "-E given" );
 
 $r = runperl(
-    switches    => [ '-nE', q('} END { say q/affe/') ],
+    switches    => [ '-nE', q("} END { say q/affe/") ],
     stdin       => 'zomtek',
 );
 is( $r, "affe\n", '-E works outside of the block created by -n' );
End of Patch.

Reply via email to