diff --git a/tests/Makefile b/tests/Makefile index d1c0b44..5e450e8 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -13,7 +13,7 @@ TESTS= 00_assignment.test \ %.test: %.expect %.c @echo Test: $*... -@../picoc $*.c 2>&1 >$*.output - @if [ "x`diff -qu $*.expect $*.output`" != "x" ]; \ + @if [ "x`diff -qbu $*.expect $*.output`" != "x" ]; \ then \ echo "error in test $*"; \ diff -u $*.expect $*.output; \