summaryrefslogtreecommitdiff
path: root/t/run
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-06-10 10:49:50 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2008-06-10 09:47:41 +0000
commitf21873d1c0d73986a0878ee79e012bc89955f063 (patch)
treefd09e8498eb7f6b3e1d7dfe222012e407f13ab54 /t/run
parent3a92e6ae8711ddb5b5574745041a3e03a98b1f1c (diff)
downloadperl-f21873d1c0d73986a0878ee79e012bc89955f063.tar.gz
Fix run/switches test on Win32
From: "Steve Hay" <SteveHay@planit.com> Message-ID: <1B32FF956ABF414C9BCE5E487A1497E701DF242E@ukmail02.planit.group> p4raw-id: //depot/perl@34040
Diffstat (limited to 't/run')
-rw-r--r--t/run/switches.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/run/switches.t b/t/run/switches.t
index e5ac5d17a8..76dec739f1 100644
--- a/t/run/switches.t
+++ b/t/run/switches.t
@@ -348,7 +348,7 @@ $r = runperl(
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' );