aboutsummaryrefslogtreecommitdiff
path: root/minishell_test.config
diff options
context:
space:
mode:
Diffstat (limited to 'minishell_test.config')
-rw-r--r--minishell_test.config24
1 files changed, 0 insertions, 24 deletions
diff --git a/minishell_test.config b/minishell_test.config
deleted file mode 100644
index dbb5632..0000000
--- a/minishell_test.config
+++ /dev/null
@@ -1,24 +0,0 @@
-# Minishell config file
-
-# minishell dir path
-minishell_path=../minishell
-
-# minishell executable
-minishell_exec=minishell
-
-# lorem (long text) path
-lorem_path=lorem.txt
-
-# path to reference shell (shell which will be compared 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_file=result.log
-
-# path to the sandbox directory
-sandbox_path=sandbox