diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-22 14:06:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-22 14:06:31 +0000 |
commit | e093b77bfb72f5a34c52d442eea67c7492919161 (patch) | |
tree | c4f7317cbdcfe9c5c6afc5d67f264cd49439433f /tests/mv | |
parent | 25170852d7947c6ace4ddf5fe31e65c84391ae44 (diff) | |
download | coreutils-e093b77bfb72f5a34c52d442eea67c7492919161.tar.xz |
(TESTS): Add dup-source.
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 304485eea..7b1454276 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = childproof i-4 update i-2 mv-special-1 \ +TESTS = dup-source childproof i-4 update i-2 mv-special-1 \ into-self into-self-2 into-self-3 into-self-4 \ backup-is-src \ i-1 hard-link-1 force partition-perm to-symlink dir-file diag \ |