projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e154825
)
Enhance test cleanliness by a very small factor.
Rafael Garcia-Suarez [Tue, 24 Feb 2004 22:44:34 +0000 (22:44 +0000)]
p4raw-id: //depot/perl@22372
t/comp/parser.t
patch
|
blob
|
blame
|
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
}