diff options
author | Jim Meyering <jim@meyering.net> | 1998-10-03 16:49:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-10-03 16:49:01 +0000 |
commit | 5b1af1141062510d4ff5d0c94cbe9d94cada0d96 (patch) | |
tree | 6269aaf9dfc0df0112b05724ffa06e868817b49d | |
parent | 62ff4ae63c049456a81061deb95a4b28edde25f3 (diff) | |
download | coreutils-5b1af1141062510d4ff5d0c94cbe9d94cada0d96.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 22 | ||||
-rw-r--r-- | tests/mv/Makefile.in | 5 |
2 files changed, 25 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d80513a2e..76f7ab60d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,25 @@ +1998-10-03 Jim Meyering <meyering@ascend.com> + + * tests/Fetish.pm: Make `VERBOSE' be a little more verbose. + + * tests/mv/Makefile.am (TESTS): Add i-1. + * tests/mv/i-1: New test. + +1998-10-02 Jim Meyering <meyering@ascend.com> + + * tests/ls-2/Makefile.am (EXTRA_DIST): Remove run-test. + * tests/ls-2/run-test: Remove file. + * tests/ls-2/quoting: Include /bin/sh driver framework. + + * tests/dircolors/simple: Remove file. + * tests/dircolors/run-test: Embed it here instead. + * tests/dircolors/simple: Rename from run-test. + +1998-10-01 Jim Meyering <meyering@ascend.com> + + * tests/Makefile.am (EXTRA_DIST): Remove README. + From Akim Demaille. + 1998-09-28 Jim Meyering <meyering@ascend.com> * Version 4.0-pre1. diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 3136ecef5..589d06a85 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -92,7 +92,7 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = mv-special-1 into-self into-self-2 backup-is-src +TESTS = mv-special-1 into-self into-self-2 backup-is-src i-1 EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \ @@ -102,7 +102,8 @@ TESTS_ENVIRONMENT = \ MKNOD=../../src/mknod \ MV=../../src/mv \ RM=../../src/rm \ - TOUCH=../../src/touch + TOUCH=../../src/touch \ + PROG=mv mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../config.h CONFIG_CLEAN_FILES = |