From: Jim Meyering Date: Sat, 26 Aug 2006 17:13:49 +0000 (+0000) Subject: * tests/mv/Makefile.am (TESTS): Add backup-dir. X-Git-Tag: v6.2~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd52fdf603ae8553c29674c6706f2be6a1dd4101;p=thirdparty%2Fcoreutils.git * tests/mv/Makefile.am (TESTS): Add backup-dir. --- diff --git a/ChangeLog b/ChangeLog index ec08969261..9831e50f19 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 diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index e5432837aa..b5294b4e2c 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 \