diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:08:00 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-06-15 18:08:00 +0200 |
| commit | b298afeb9da27038cbd54802a2d70504909427a3 (patch) | |
| tree | 8754f0eb1c0fe198e3f8163558818fece8ae94fa /minishell_test.config | |
| parent | 540d9a795ee6a12b4dfdebb72543d272d564d3b7 (diff) | |
| download | minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.tar.gz minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.tar.bz2 minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.zip | |
Rewrite in python
Diffstat (limited to 'minishell_test.config')
| -rw-r--r-- | minishell_test.config | 24 |
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 |
