]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 27 Apr 2000 12:15:23 +0000 (12:15 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 27 Apr 2000 12:15:23 +0000 (12:15 +0000)
old/fileutils/ChangeLog
tests/du/two-args

index cb7c362162964b639bcb1465062aaae02726bbe2..fb05942483cadf8dfb3b2d98ec4cecd49f4ec8ba 100644 (file)
@@ -1,5 +1,15 @@
 2000-04-27  Jim Meyering  <meyering@lucent.com>
 
+       Clean up.
+       * tests/mkdir/Makefile.am (TESTS_ENVIRONMENT): Set PATH, not MKDIR.
+       * tests/mkdir/p-1: Use mkdir, not $MKDIR.
+       * tests/mkdir/p-2: Likewise.
+
+       * configure.in (AC_OUTPUT): Add tests/du/Makefile.
+       * tests/Makefile.am (SUBDIRS): Add du.
+       * tests/du: New directory.
+       * tests/du/two-args: New test.
+
        * tests/mkdir/special-1: New test.
        * tests/mkdir/Makefile.am (TESTS): Add special-1.
 
@@ -19,7 +29,7 @@
 
 2000-04-17  Jim Meyering  <meyering@lucent.com>
 
-       * src/chown.c: Accept new option: --from=CURRENT_OWNER:CURRENT_GROUP.
+       * src/chown.c: New option: --from=CURRENT_OWNER:CURRENT_GROUP.
        (enum) [FROM_OPTION]: New member.
        (long_options): New getopt spec.
        (change_file_owner): Add old_user, old_group parameters.  Use them.
index 4d9298d65120c3b05f917e813fde6e1ee2aa0ee7..1e450c3d604685479608437963becb9421e50c09 100755 (executable)
@@ -1,5 +1,6 @@
 #!/bin/sh
-# make sure du d/1 d/2 works
+# Make sure `du d/1 d/2' works.
+# That command failed with du from fileutils-4.0q.
 
 if test "$VERBOSE" = yes; then
   set -x