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

index d5931f3..ae1b1d9 100755 (executable)
@@ -83,8 +83,8 @@ else {
     }
 
 END
+    $test += 2;
 }
-$test += 2;
 
 # can we slice ENV?
 @val1 = @ENV{keys(%ENV)};