diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-02 20:39:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-02 20:39:20 +0000 |
commit | 26693888dea86158f02ae93128445702df9093d5 (patch) | |
tree | 4aaf9afabef6454aa5bc75a9a5c942e0d7d4d4b2 | |
parent | 63a87438304a4823ea1c63290903c93a804152e5 (diff) | |
download | coreutils-26693888dea86158f02ae93128445702df9093d5.tar.xz |
.
-rw-r--r-- | tests/rm/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 34a136d12..39f228edf 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -119,7 +119,8 @@ am__quote = @am__quote@ install_sh = @install_sh@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = rm1 rm2 rm3 rm4 unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \ +TESTS = rm1 rm2 rm3 rm4 rm5 \ + unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \ isatty # unreadable empty-name EXTRA_DIST = $(TESTS) |