From: Jim Meyering Date: Sat, 14 Mar 1998 10:42:01 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16n~30 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ada5e6361244fd0f9e7bedce5ba9c7588bb60751;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a132070e92..39f714d43d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,4 +1,4 @@ -1998-03-13 Jim Meyering +1998-03-14 Jim Meyering * src/remove.c: Use `virtual memory exhausted' message, not `Memory exhausted' to be consistent with the majority of other @@ -20,6 +20,9 @@ Don't remove source directory when copy_into_self is nonzero. Reported by Arne Henrik Juul. + * tests/mv/into-self: Test for the above. + * tests/mv/Makefile.am (TESTS): Add into-self. + 1998-03-10 Jim Meyering * Running this command diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index 254ba12e59..7551ec69ca 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -89,7 +89,7 @@ l = @l@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = mv-special-1 +TESTS = mv-special-1 into-self EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ DF=../../src/df \