mirror of
https://github.com/Hizenberg469/Algorithms-snippets.git
synced 2026-04-19 22:52:23 +03:00
update
This commit is contained in:
@@ -93,7 +93,7 @@ do
|
||||
|
||||
test_output=$(<"$OUTPUT_FILE")
|
||||
|
||||
if diff -q -Z <(echo $test_output) <(echo $expected_output) > /dev/null; then
|
||||
if diff -q -Z <(echo -e $test_output) <(echo -e $expected_output) > /dev/null; then
|
||||
echo -e "\033[0;32mTest #$(($test_num+1)): PASS\033[0m"
|
||||
|
||||
#Debug mode - in case to see the output.
|
||||
|
||||
Reference in New Issue
Block a user