diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cp/cp-mv-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/cp-mv-backup b/tests/cp/cp-mv-backup index aaddaa25c..3ae81764d 100755 --- a/tests/cp/cp-mv-backup +++ b/tests/cp/cp-mv-backup @@ -94,6 +94,6 @@ sed 's/: x/:/' $expected-tmp |cat $expected-tmp - > $expected cmp $expected $actual || fail=1 # Uncomment this if you see a failure and want to try to diagnose it. -test $fail = 1 && diff -u $expected $actual 1>&2 +test $fail = 1 && diff -c $expected $actual 1>&2 exit $fail |