From 808aa68e9c33966a9b139575859c6f421fecad13 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 20 Nov 1999 10:46:39 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 2 ++ tests/cp/cp-mv-backup | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 2c95a0adb..e69b3b822 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1999-11-20 Jim Meyering + * tests/cp/cp-mv-backup: Run `diff -c' if the test fails. + * tests/ls/time-1: Use `ls' and `touch', not $LS and $TOUCH. * tests/ls/Makefile.am (TESTS_ENVIRONMENT): Specify PATH, etc. 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 -- cgit v1.2.3-70-g09d2