aboutsummaryrefslogtreecommitdiff
path: root/src/suites/path.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/suites/path.py')
-rw-r--r--src/suites/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/suites/path.py b/src/suites/path.py
index b30215f..e4a650b 100644
--- a/src/suites/path.py
+++ b/src/suites/path.py
@@ -13,7 +13,7 @@
import config
from suite import suite
-@suite
+@suite()
def suite_path(test):
test("a", setup="mkdir path && cp /bin/ls ./path/a && chmod 000 ./path/a", exports={"PATH": "path"})
test("a", setup="mkdir path && cp /bin/ls ./path/a && chmod 001 ./path/a", exports={"PATH": "path"})