merge with lucky

This commit is contained in:
hugogogo
2021-12-13 23:06:50 +01:00
parent bade833e9f
commit f845b342a2
2 changed files with 3 additions and 1 deletions

View File

@@ -284,7 +284,6 @@ DEFAULT_DIR="./tests/defaults/"
echo ""
print_results "all" $TOTAL_SUCCESS $TOTAL_TEST
fi
delete_files
# ask to show the diff
# -rsn1 will stop read after first key pressed
@@ -293,3 +292,6 @@ DEFAULT_DIR="./tests/defaults/"
then
diff -y --width=100 --color=always "$BASH_LOG" "$MINISHELL_LOG"
fi
# delete files created during tests
delete_files