projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e154825
)
Enhance test cleanliness by a very small factor.
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 24 Feb 2004 22:44:34 +0000
(22:44 +0000)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 24 Feb 2004 22:44:34 +0000
(22:44 +0000)
p4raw-id: //depot/perl@22372
t/comp/parser.t
patch
|
blob
|
history
diff --git
a/t/comp/parser.t
b/t/comp/parser.t
index
2c25807
..
92b9a6c
100644
(file)
--- a/
t/comp/parser.t
+++ b/
t/comp/parser.t
@@
-154,4
+154,5
@@
EOF
my $x;
$[ = 1 while $x;
pass();
+ $[ = 0; # restore the original value for less side-effects
}