diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2001-09-24 17:59:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2001-09-24 17:59:54 +0000 |
commit | 2ac31a0c938f0a4052e1110509dd85392e9b0c12 (patch) | |
tree | a1f03b1a1121686826ab4abed1543550b9954f61 /t/op/magic.t | |
parent | f641d99c39248a99cdded3e42d37fd5cb818f44e (diff) | |
download | perl-2ac31a0c938f0a4052e1110509dd85392e9b0c12.tar.gz |
test number mismatch
p4raw-id: //depot/perl@12182
Diffstat (limited to 't/op/magic.t')
-rwxr-xr-x | t/op/magic.t | 2 |
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)}; |