From: Rafael Garcia-Suarez Date: Tue, 24 Feb 2004 22:44:34 +0000 (+0000) Subject: Enhance test cleanliness by a very small factor. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bca678fff053a0e59f0fc9898b8d61aeda6473e;p=p5sagit%2Fp5-mst-13.2.git Enhance test cleanliness by a very small factor. p4raw-id: //depot/perl@22372 --- diff --git a/t/comp/parser.t b/t/comp/parser.t index 2c25807..92b9a6c 100644 --- 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 }