Shop/Tax.t was skipping the wrong number of tests for root
This commit is contained in:
parent
6280f242bf
commit
e0ad88a869
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ SKIP: {
|
||||||
my $taxFile = WebGUI::Test->getTestCollateralPath('taxTables/goodTaxTable.csv');
|
my $taxFile = WebGUI::Test->getTestCollateralPath('taxTables/goodTaxTable.csv');
|
||||||
|
|
||||||
SKIP: {
|
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;
|
if $< == 0;
|
||||||
|
|
||||||
my $originalChmod = (stat $taxFile)[2];
|
my $originalChmod = (stat $taxFile)[2];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue