diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-13 15:56:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-13 15:56:29 +0000 |
commit | 455ce0178b2eba7fd1657a9aedcc047e23cc795a (patch) | |
tree | 904d9114e9d2f0b65a8ac88ce39f5e62392124ea /tests | |
parent | e268536dba3be1d39e0f58151a976b89818f31a4 (diff) | |
download | coreutils-455ce0178b2eba7fd1657a9aedcc047e23cc795a.tar.xz |
(TESTS): Add into-self-4.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index 707e1029a..d2b2c225e 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = i-2 mv-special-1 into-self into-self-2 into-self-3 backup-is-src \ +TESTS = 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 \ part-symlink part-rename |