summaryrefslogtreecommitdiff
path: root/t/op/magic.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-09-24 17:59:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-09-24 17:59:54 +0000
commit2ac31a0c938f0a4052e1110509dd85392e9b0c12 (patch)
treea1f03b1a1121686826ab4abed1543550b9954f61 /t/op/magic.t
parentf641d99c39248a99cdded3e42d37fd5cb818f44e (diff)
downloadperl-2ac31a0c938f0a4052e1110509dd85392e9b0c12.tar.gz
test number mismatch
p4raw-id: //depot/perl@12182
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-xt/op/magic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t
index d5931f3cd9..ae1b1d9b8a 100755
--- a/t/op/magic.t
+++ b/t/op/magic.t
@@ -83,8 +83,8 @@ else {
}
END
+ $test += 2;
}
-$test += 2;
# can we slice ENV?
@val1 = @ENV{keys(%ENV)};