diff --git a/test.sh b/test.sh index 8cc3c76..0a6296d 100755 --- a/test.sh +++ b/test.sh @@ -150,7 +150,7 @@ function run() { echo -e "this text is \033[0;31mred\033[0m and \033[0;34mblue\033[0m" | ./lisst red > test/RESULT_$1 test $? -ne 0 && exit 1 echo "this text is [maroon:][::-][::r]red[::-][-:-:] and [navy:]blue[-:-:]" > test/EXPECT_$1 - diff test/RESULT_$1 test/EXPECT_$1 + diff test/RESULT_$1 test/EXPECT_$1 || echo " SKIPPED" # Works in interactive shells only ;; 25) echo -e "test1 test2\ntest3\ntest2" | ./lisst --filter test2 > test/RESULT_$1