diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a132070e9..39f714d43 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 254ba12e5..7551ec69c 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 \