]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 25 Sep 2000 20:25:04 +0000 (20:25 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Sep 2000 20:25:04 +0000 (20:25 +0000)
old/fileutils/ChangeLog

index 81e1d5508bbd5ab53959c9ef4b8c900c7cd213a6..2669547d62109ae7e5b524990285b7191587aba8 100644 (file)
@@ -1,5 +1,14 @@
 2000-09-25  Jim Meyering  <meyering@lucent.com>
 
+       * tests/cp/same-file: Don't use `diff -u'.  It's not portable.
+       Reported by Christian Krackowizer.
+       * tests/cp/same-file: Run `diff -c' only if cmp finds a difference.
+       * tests/mv/part-symlink: Likewise.  And clean up.
+
+       `shred --exact file1 file2' wouldn't touch `file1'
+       * src/shred.c (long_opts): --exact doesn't take an argument.
+       Reported by Alan Iwi.
+
        * Makefile.maint (PREV_VERSION): Get the value from a file, rather
        than trying to derive it from the current version number.
        This is much more robust.