One more harness test tweak, avoiding access time violations in the readonly test
This commit is contained in:
parent
15b7d18104
commit
5bea3693b4
|
@ -55,9 +55,9 @@ sub getPolicyFileString {
|
|||
|
||||
return <<EOT;
|
||||
|
||||
$twtools::twcwd/$twtools::twrootdir/$TESTS{"0-permsChange"}{file} -> \$(ReadOnly);
|
||||
$twtools::twcwd/$twtools::twrootdir/$TESTS{"1-accessed"}{file} -> \$(ReadOnly);
|
||||
$twtools::twcwd/$twtools::twrootdir/$TESTS{"2-removed"}{file} -> \$(ReadOnly);
|
||||
$twtools::twcwd/$twtools::twrootdir/$TESTS{"0-permsChange"}{file} -> \$(ReadOnly) -a;
|
||||
$twtools::twcwd/$twtools::twrootdir/$TESTS{"1-accessed"}{file} -> \$(ReadOnly) -a;
|
||||
$twtools::twcwd/$twtools::twrootdir/$TESTS{"2-removed"}{file} -> \$(ReadOnly) -a;
|
||||
|
||||
EOT
|
||||
|
||||
|
|
Loading…
Reference in New Issue