diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-05 08:50:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-05 08:50:14 +0000 |
commit | 8e81a3f7a5c11dcbfc6c6f579a985a6bb0263490 (patch) | |
tree | 56006c9a0e5e2bc934293f0e8868c50c5344eb90 /tests | |
parent | 294df06bedf2e9dc1d57a1eaeb2f9b1bee7bf859 (diff) | |
download | coreutils-8e81a3f7a5c11dcbfc6c6f579a985a6bb0263490.tar.xz |
(TESTS): Add i-3.
Diffstat (limited to 'tests')
-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 1ddf17b03..419cc8b78 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 = i-2 mv-special-1 into-self into-self-2 into-self-3 into-self-4 \ +TESTS = i-3 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 trailing-slash |