From fb0a727a9885b80b855f470ae6d5c1bfac614439 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 10 Oct 2020 13:49:21 +0200 Subject: Added SHLVL tests --- src/suites/path.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/suites/path.py') 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 +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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() -- cgit