diff options
author | Jim Meyering <jim@meyering.net> | 2006-07-09 17:49:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-07-09 17:49:24 +0000 |
commit | 6eb562ad356fd9827272224a06896623842ac904 (patch) | |
tree | ef6a8de3fb5ec9ec1fc6b55367416a45f7f4f7b2 /tests | |
parent | 04463c3a6f7f8bf3cd54f9704390d3c0051d70a5 (diff) | |
download | coreutils-6eb562ad356fd9827272224a06896623842ac904.tar.xz |
(TESTS): Add dir2dir.
Diffstat (limited to 'tests')
-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 e9f99ec1c..91aa9a076 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits XFAIL_TESTS = acl TESTS = \ + dir2dir \ no-target-dir \ atomic \ acl \ |