diff options
author | Jim Meyering <jim@meyering.net> | 2001-02-18 19:39:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-02-18 19:39:33 +0000 |
commit | 2307570c3ed159a3191183906a39ea4f7290f8f2 (patch) | |
tree | 4486949b93dc3e26d73c0c085b22f1359d5dd3b3 /tests/rm | |
parent | e9fd7152ff90e605aed7e62d06305e0715b5e842 (diff) | |
download | coreutils-2307570c3ed159a3191183906a39ea4f7290f8f2.tar.xz |
(TESTS): Add isatty.
Diffstat (limited to 'tests/rm')
-rw-r--r-- | tests/rm/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index 2de52d19a..814739a37 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -1,7 +1,8 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash # unreadable empty-name +TESTS = r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \ + isatty # unreadable empty-name EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ RM=../../src/rm \ |