diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-30 07:24:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-30 07:24:19 +0000 |
commit | fffcc47efc529d6d607f76610c11c596d5fc8eeb (patch) | |
tree | 2e7b72257afe0f5fb2bb56e6f4cf7009074d473e /tests/mv | |
parent | 302c89b2852eb813d35a914dd37a8c36ac205b63 (diff) | |
download | coreutils-fffcc47efc529d6d607f76610c11c596d5fc8eeb.tar.xz |
.
Diffstat (limited to 'tests/mv')
-rw-r--r-- | tests/mv/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/mv/Makefile.in b/tests/mv/Makefile.in index df4eff60d..429af2ef5 100644 --- a/tests/mv/Makefile.in +++ b/tests/mv/Makefile.in @@ -119,7 +119,10 @@ am__quote = @am__quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = dup-source childproof i-4 update i-2 mv-special-1 \ +TESTS = \ + i-link-no \ + part-fail \ + 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 \ |