mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
fix travis build
This commit is contained in:
parent
e4574eae07
commit
fc75359f64
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue