From e0ad88a86958b2edd3f9cb9463f3053b06e4429b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 24 Apr 2008 19:39:46 +0000 Subject: [PATCH] Shop/Tax.t was skipping the wrong number of tests for root --- t/Shop/Tax.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Shop/Tax.t b/t/Shop/Tax.t index b97fdedc1..e4b9e1cc8 100644 --- a/t/Shop/Tax.t +++ b/t/Shop/Tax.t @@ -288,7 +288,7 @@ SKIP: { my $taxFile = WebGUI::Test->getTestCollateralPath('taxTables/goodTaxTable.csv'); SKIP: { - skip 'Root will cause this test to fail since it does not obey file permissions', 1 + skip 'Root will cause this test to fail since it does not obey file permissions', 3 if $< == 0; my $originalChmod = (stat $taxFile)[2];