From a5a7a2ae5132b2cc682fe8c2496680bf748bf9b3 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 17 Jun 2020 14:04:56 +0200 Subject: Added builtin test (false positive until separator are implemented --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') diff --git a/config.py b/config.py index 7a0f083..86cc9a4 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"] +AVAILABLE_COMMANDS = ["cat", "touch", "env"] # $PATH environment variable passed to the shell PATH_VARIABLE = os.path.abspath(EXECUTABLES_PATH) -- cgit