diff options
author | Jim Meyering <jim@meyering.net> | 2000-02-03 16:47:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-02-03 16:47:05 +0000 |
commit | 03885c59b5ffcb4e5229e69c4f4f2e284c01f849 (patch) | |
tree | 66da72d81165227ad280afbe8c358b52969a8a34 /tests/mv | |
parent | 47fe4e2b81d1eaeb07faf5bf5692d39a5e2239f9 (diff) | |
download | coreutils-03885c59b5ffcb4e5229e69c4f4f2e284c01f849.tar.xz |
(TESTS): Add dir-file.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index b1f4cdde8..5e19c0c6a 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ - i-1 hard-link-1 force partition-perm to-symlink + i-1 hard-link-1 force partition-perm to-symlink dir-file EXTRA_DIST = $(TESTS) setup TESTS_ENVIRONMENT = \ |