diff options
Diffstat (limited to 'src/suites/path.py')
| -rw-r--r-- | src/suites/path.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/suites/path.py b/src/suites/path.py index bcac98e..0e143dd 100644 --- a/src/suites/path.py +++ b/src/suites/path.py @@ -6,13 +6,13 @@ # By: charles <me@cacharle.xyz> +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2020/09/09 15:12:58 by charles #+# #+# # -# Updated: 2020/09/11 17:43:14 by charles ### ########.fr # +# Updated: 2020/09/11 20:13:09 by charles ### ########.fr # # # # ############################################################################ # -import config from suite import suite + @suite() def suite_path(test): test("a", setup="mkdir path && cp /bin/ls ./path/a && chmod 000 ./path/a", exports={"PATH": "path"}) |
