From 9ae06d1ada7828f986b8aa1ab9364ac2f9f0cbd7 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 19 Jun 2020 11:44:44 +0200 Subject: Added operator test, Fixing false positive with cd, export and unset --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 86cc9a4..c1f9ba9 100644 --- a/config.py +++ b/config.py @@ -21,7 +21,7 @@ SANDBOX_PATH = "sandbox" EXECUTABLES_PATH = "./bin" # commands available in test" -AVAILABLE_COMMANDS = ["cat", "touch", "env"] +AVAILABLE_COMMANDS = ["cat", "touch", "env", "ls"] # $PATH environment variable passed to the shell PATH_VARIABLE = os.path.abspath(EXECUTABLES_PATH) -- cgit