summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--tests/mv/Makefile.am1
2 files changed, 2 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>
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am
index e5432837a..b5294b4e2 100644
--- a/tests/mv/Makefile.am
+++ b/tests/mv/Makefile.am
@@ -22,6 +22,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits
XFAIL_TESTS = acl
TESTS = \
+ backup-dir \
dir2dir \
no-target-dir \
atomic \