summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-08-26 13:29:08 +0000
committerSteve Hay <SteveHay@planit.com>2008-08-26 13:29:08 +0000
commit45f2a18c3b37907ac3044fb3fe75b6bb198022a5 (patch)
treea3e2a3568803b011fe57dd597a1c2c4a23fa0905 /t
parentfbd6575c915bb6c2521a5086fde2a0e1607c6f01 (diff)
downloadperl-45f2a18c3b37907ac3044fb3fe75b6bb198022a5.tar.gz
Fix new test added by #34198, which failed on Win32
p4raw-id: //depot/perl@34228
Diffstat (limited to 't')
-rwxr-xr-xt/op/local.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/local.t b/t/op/local.t
index 011e543d1b..5bf56af36a 100755
--- a/t/op/local.t
+++ b/t/op/local.t
@@ -454,7 +454,7 @@ sub f { ok(0 == $[); }
like( runperl(stderr => 1,
prog => 'use constant foo => q(a);' .
'index(q(a), foo);' .
- 'local *g=${::}{foo};print "ok";'), "ok", "[perl #52740]");
+ 'local *g=${::}{foo};print q(ok);'), "ok", "[perl #52740]");
# Keep this test last, as it can SEGV
{