qq modifs pour pull

This commit is contained in:
hugogogo
2021-12-17 11:56:46 +01:00
parent 3c89304cda
commit a2ea274c9f
3 changed files with 36 additions and 29 deletions

View File

@@ -143,7 +143,7 @@ cd $(dirname $0)
function test_minishell
{
# execute commands in bash, and logs results
bash_execution=$( echo "$@" | bash 2>/dev/null )
bash_execution=$( echo "$@" | bash -i 2>/dev/null )
delete_files
minishell_execution=$( echo "$@" | ./minishell 2>/dev/null )
delete_files