aboutsummaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.py b/config.py
index 9398899..a1a8d32 100644
--- a/config.py
+++ b/config.py
@@ -10,10 +10,6 @@ MINISHELL_EXEC = "minishell"
# has to support the -c option (sh, bash and zsh support it)
REFERENCE_SHELL_PATH = "/bin/bash"
-# string marker which show the test result
-PASS_MARKER = '.'
-FAIL_MARKER = '!'
-
# log file path
LOG_PATH = "result.log"