From b298afeb9da27038cbd54802a2d70504909427a3 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 15 Jun 2020 18:08:00 +0200 Subject: Rewrite in python --- minishell_test.config | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 minishell_test.config (limited to 'minishell_test.config') 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 -- cgit