diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-26 17:13:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-26 17:13:49 +0000 |
commit | fd52fdf603ae8553c29674c6706f2be6a1dd4101 (patch) | |
tree | 3b57b6cc63cbf3e278b00b907a690b288e4b1f7f /tests/mv | |
parent | 96940eb05b859b0aca459f1432da252741dc6363 (diff) | |
download | coreutils-fd52fdf603ae8553c29674c6706f2be6a1dd4101.tar.xz |
* tests/mv/Makefile.am (TESTS): Add backup-dir.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |