Shop/Tax.t was skipping the wrong number of tests for root

This commit is contained in:
Colin Kuskie 2008-04-24 19:39:46 +00:00
parent 6280f242bf
commit e0ad88a869

View file

@ -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];