From: Jim Meyering Date: Thu, 3 Feb 2000 16:51:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0f~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e35cf88d4d527facf42f4cc5b32917a9875ff3e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a3045f5950..d3b3f82eb5 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,10 @@ +2000-02-03 Jim Meyering + + * tests/mv/Makefile.am (TESTS): Add dir-file. + (TESTS_ENVIRONMENT): Remove vestiges of old tests. + + * tests/mv/dir-file: New file. + 2000-02-02 Jim Meyering * tests/touch/Makefile.am (TESTS): Add fifo. diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 5e19c0c6ae..1d967aabf0 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -6,14 +6,6 @@ TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ - DF=../../src/df \ - LN=../../src/ln \ - LS=../../src/ls \ - MKDIR=../../src/mkdir \ - MKNOD=../../src/mknod \ - MV=../../src/mv \ - RM=../../src/rm \ - TOUCH=../../src/touch \ PERL="@PERL@" \ PATH=`pwd`/../../src:$$PATH \ PROG=mv