fix travis build

This commit is contained in:
John Kerl 2018-02-10 12:34:26 -05:00
parent e4574eae07
commit fc75359f64
2 changed files with 2 additions and 2 deletions

View file

@ -7035,7 +7035,7 @@ echo "Differences between $expfile and $outfile:"
# when the diff is long.
set +e
diff -I '^mlr' -I '^cat' -C5 $expfile $outfile
diff -a -I '^mlr' -I '^cat' -C5 $expfile $outfile
status=$?
if [ $status -eq 0 ]; then

View file

@ -1,2 +1,2 @@
#!/bin/bash
diff -a -I '^mlr ' "$@" reg_test/expected/out output-regtest/out
diff -a -I '^mlr ' -I '^cat ' "$@" reg_test/expected/out output-regtest/out