diff options
author | Jim Meyering <jim@meyering.net> | 2001-08-07 10:44:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-08-07 10:44:00 +0000 |
commit | ebde9355870175df1ed1752a660c77fa18f3095b (patch) | |
tree | 03dcac5e88e46b1e61b5aa50049c48c49220bf3a /tests | |
parent | 01f160092e3a67c6a87019d034ba5294279b14ae (diff) | |
download | coreutils-ebde9355870175df1ed1752a660c77fa18f3095b.tar.xz |
(TESTS): Add update.
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 419cc8b78..ef0d94256 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-3 i-2 mv-special-1 into-self into-self-2 into-self-3 into-self-4 \ +TESTS = update 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 |