aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.py b/config.py
index 87d86e7..0fb7701 100644
--- a/config.py
+++ b/config.py
@@ -6,7 +6,7 @@
# By: charles <charles.cabergs@gmail.com> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/07/15 18:24:19 by charles #+# #+# #
-# Updated: 2020/07/15 18:24:20 by charles ### ########.fr #
+# Updated: 2020/07/16 08:55:04 by charles ### ########.fr #
# #
# ############################################################################ #
@@ -33,7 +33,7 @@ SANDBOX_PATH = "sandbox"
EXECUTABLES_PATH = "./bin"
# commands available in test"
-AVAILABLE_COMMANDS = ["cat", "touch", "env", "ls", "grep", "bash"]
+AVAILABLE_COMMANDS = ["cat", "touch", "env", "ls", "grep", "sh"]
# $PATH environment variable passed to the shell
PATH_VARIABLE = os.path.abspath(EXECUTABLES_PATH)