diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | tests/mv/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 \ |