This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbd6575
)
Fix new test added by #34198, which failed on Win32
author
Steve Hay
<SteveHay@planit.com>
Tue, 26 Aug 2008 13:29:08 +0000
(13:29 +0000)
committer
Steve Hay
<SteveHay@planit.com>
Tue, 26 Aug 2008 13:29:08 +0000
(13:29 +0000)
p4raw-id: //depot/perl@34228
t/op/local.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/local.t
b/t/op/local.t
index
011e543
..
5bf56af
100755
(executable)
--- 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
{