diff options
Diffstat (limited to 'tests/rm')
-rw-r--r-- | tests/rm/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 166344bda..9d0fd66d0 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -118,7 +118,9 @@ l = @l@ 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 \ |