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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/suites/path.py b/src/suites/path.py
index 5ac25ae..a09c64a 100644
--- a/src/suites/path.py
+++ b/src/suites/path.py
@@ -6,7 +6,7 @@
# By: charles <me@cacharle.xyz> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/09/09 15:12:58 by charles #+# #+# #
-# Updated: 2020/10/09 11:00:46 by cacharle ### ########.fr #
+# Updated: 2020/10/09 12:58:55 by cacharle ### ########.fr #
# #
# ############################################################################ #
@@ -75,6 +75,7 @@ def suite_path(test):
# "&& cp " + whoami_path + " path2/a && chmod 000 path1/a", exports={"PATH": "path1:path2"})
test("a", setup="mkdir path1 path2 && cp " + whoami_path + " path1/a"
"&& cp " + whoami_path + " path2/a && chmod 000 path1/a", exports={"PATH": "path2:path1"})
+ test("a/b", setup="mkdir -p path/a; cp " + whoami_path + " path/a/b", exports={"PATH": "path"})
@suite()