]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 20 Nov 1999 10:46:39 +0000 (10:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Nov 1999 10:46:39 +0000 (10:46 +0000)
old/fileutils/ChangeLog
tests/cp/cp-mv-backup

index 2c95a0adbc0006812d11a4146e6d3292ffd0d480..e69b3b8221571ef1aa4085dc8e56b95982a0f396 100644 (file)
@@ -1,5 +1,7 @@
 1999-11-20  Jim Meyering  <meyering@ascend.com>
 
+       * 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.
 
index aaddaa25c4b093c76bd2406f7ccb483cd5068f66..3ae81764d0f755058e596b74b56039462b0b3aac 100755 (executable)
@@ -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