From: Gurusamy Sarathy <gsar@cpan.org>
Date: Mon, 24 Sep 2001 17:59:54 +0000 (+0000)
Subject: test number mismatch
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fae3d9eaedd4ba72f71b23b2864f89dc545680b4;p=p5sagit%2Fp5-mst-13.2.git

test number mismatch

p4raw-id: //depot/perl@12182
---

diff --git a/t/op/magic.t b/t/op/magic.t
index d5931f3..ae1b1d9 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)};