fixed "cp $MINISHELL ." confilt with FILES_BEFORE
+ moved some tests to false_positives.sh
This commit is contained in:
@@ -20,8 +20,11 @@ cd $(dirname $0)
|
||||
|
||||
ENDCO="\e[0m"
|
||||
|
||||
# globale variables
|
||||
# copy the executable to current directory
|
||||
MINISHELL="../minishell"
|
||||
cp $MINISHELL .
|
||||
|
||||
# globale variables
|
||||
TEST_DIR="./tests/"
|
||||
DEFAULT_DIR="./tests/defaults/"
|
||||
UNIT_TEST=0
|
||||
@@ -39,8 +42,6 @@ cd $(dirname $0)
|
||||
BASH_LOG="./logs/bash_log.txt"
|
||||
MINISHELL_LOG="./logs/minishell_log.txt"
|
||||
|
||||
# copy the executable to current directory
|
||||
cp $MINISHELL .
|
||||
|
||||
# to delete the files created during the script
|
||||
function delete_files
|
||||
|
||||
Reference in New Issue
Block a user