diff --git a/sh/tests/introduction_test.sh b/sh/tests/introduction_test.sh index 3bd9d0bf..0266e003 100755 --- a/sh/tests/introduction_test.sh +++ b/sh/tests/introduction_test.sh @@ -8,4 +8,4 @@ IFS=' submitted=$(./student/hello.sh) expected=$(./solutions/hello.sh) -diff <(echo "$submitted") <(echo "$expected") +diff <(echo "$submitted") <(echo "$expected") | cat -t