]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 10:42:01 +0000 (10:42 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 14 Mar 1998 10:42:01 +0000 (10:42 +0000)
old/fileutils/ChangeLog
tests/mv/Makefile.in

index a132070e92b607a9b9af12b86f003e6bc3a85e1d..39f714d43d48a0c30edde0b50be686abd780d8e0 100644 (file)
@@ -1,4 +1,4 @@
-1998-03-13  Jim Meyering  <meyering@eng.ascend.com>
+1998-03-14  Jim Meyering  <meyering@eng.ascend.com>
 
        * 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  <meyering@eng.ascend.com>
 
        * Running this command
index 254ba12e59fe4d7a21ffb035509d7aa86fabd1e4..7551ec69ca92444eaad9ea7ced0205547279b030 100644 (file)
@@ -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 \