diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-21 17:03:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-21 17:03:31 +0000 |
commit | 17232a74f27e21d71240f0acce003b8c04658948 (patch) | |
tree | e9a8b6125f1c1afd792de513bd179cdbaed6575b /tests/mv | |
parent | 7af1f217092911805e34ce8d4136454726e696c7 (diff) | |
download | coreutils-17232a74f27e21d71240f0acce003b8c04658948.tar.xz |
(TESTS): Remove i-3. It's not portable.
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 2703747f9..304485eea 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-3 i-2 mv-special-1 \ +TESTS = 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 \ |