summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-26 17:13:49 +0000
committerJim Meyering <jim@meyering.net>2006-08-26 17:13:49 +0000
commitfd52fdf603ae8553c29674c6706f2be6a1dd4101 (patch)
tree3b57b6cc63cbf3e278b00b907a690b288e4b1f7f /ChangeLog
parent96940eb05b859b0aca459f1432da252741dc6363 (diff)
downloadcoreutils-fd52fdf603ae8553c29674c6706f2be6a1dd4101.tar.xz
* tests/mv/Makefile.am (TESTS): Add backup-dir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec0896926..9831e50f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
* src/copy.c (emit_verbose): New function, factored out of...
(copy_internal): ...here. Use the new function.
* tests/mv/backup-dir: Test for the above fix.
+ * tests/mv/Makefile.am (TESTS): Add backup-dir.
2006-08-25 Paul Eggert <eggert@cs.ucla.edu>