small adjust to tests

This commit is contained in:
LuckyLaszlo
2021-12-08 20:59:05 +01:00
parent d5f9aef3ab
commit fc6833f577
5 changed files with 42 additions and 41 deletions

View File

@@ -1,6 +1,8 @@
#!/bin/bash
cd $(dirname $0)
MINISHELL="../minishell"
# COLORS
RED="\e[0;31m"
GREEN="\e[0;32m"
@@ -21,7 +23,7 @@ cd $(dirname $0)
ENDCO="\e[0m"
# copy the executable to current directory
cp ../../minishell .
cp $MINISHELL .
# globale variables
UNIT_TEST=0