diff options
author | Jim Meyering <jim@meyering.net> | 2002-03-17 19:21:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-03-17 19:21:49 +0000 |
commit | c3d98f8640fce434ff827503f69f2e6846f26383 (patch) | |
tree | 673cd6724cc0b4e37ee4248d1f8f77ab172acf24 /tests | |
parent | cf504308fe6ed3ab000b27c62851daab1567fa91 (diff) | |
download | coreutils-c3d98f8640fce434ff827503f69f2e6846f26383.tar.xz |
(TESTS): Add part-fail.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 7b1454276..becfb3efc 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,7 +1,9 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = dup-source childproof i-4 update i-2 mv-special-1 \ +TESTS = \ + 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 \ |