テストの方法を修正
[YACASL2.git] / test / integration / dumpword / TEST.mk
index ff85704..ff4789b 100644 (file)
@@ -21,7 +21,7 @@ cleanall: clean
 $(TESTSH): ../HEX.txt
        @xargs -n1 echo "$(DUMPWORD) $(DUMPWORDFLAG) " <$^ >$@
 diff.txt: 1.txt
-       @-diff 0.txt 1.txt >$@ 2>&1
+       @-diff -c 0.txt 1.txt >$@ 2>&1
 report.txt: diff.txt
        @echo -n "$(UNITNAME): Test " >$@; \
      if test ! -s $^; then echo -n "Success " >>$@; rm -f $^; else echo -n "Failure " >>$@; fi; \