From 5bea3693b46d1a02c14fbbdbdfa36dd973ba267b Mon Sep 17 00:00:00 2001 From: Brian Cox Date: Sun, 10 Sep 2017 00:44:17 -0700 Subject: [PATCH] One more harness test tweak, avoiding access time violations in the readonly test --- src/test-harness/tests/readonly.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test-harness/tests/readonly.pm b/src/test-harness/tests/readonly.pm index 86e8e5b..d7ebaa8 100644 --- a/src/test-harness/tests/readonly.pm +++ b/src/test-harness/tests/readonly.pm @@ -55,9 +55,9 @@ sub getPolicyFileString { return < \$(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