projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
01af4f2
)
test number mismatch
Gurusamy Sarathy [Mon, 24 Sep 2001 17:59:54 +0000 (17:59 +0000)]
p4raw-id: //depot/perl@12182
t/op/magic.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/magic.t
b/t/op/magic.t
index
d5931f3
..
ae1b1d9
100755
(executable)
--- 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)};