qq modifs pour pull
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user