From c6537db3564ed4503430cd77e756f7553d8f5fcf Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 19 Jul 2011 08:22:00 -0700 Subject: [PATCH] Correct test count in win32/runenv.t Not having any way to test this, I hope it works. This is based on smoke reports and my own counting of the is() calls in the test script. --- t/win32/runenv.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/win32/runenv.t b/t/win32/runenv.t index 2576168..ca224de 100644 --- a/t/win32/runenv.t +++ b/t/win32/runenv.t @@ -17,7 +17,7 @@ BEGIN { $::tests = 43; } else { - $::tests = 42; + $::tests = 40; } require './test.pl'; -- 2.7.4