diff options
author | Jim Meyering <jim@meyering.net> | 2002-10-05 19:56:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-10-05 19:56:34 +0000 |
commit | fb918bedbffb894f801213282d5c747a3c103147 (patch) | |
tree | d8a1f00d8e35ed8779df15608013477c533184c3 | |
parent | 702a18d6595b851016f9120358a37e7a22936840 (diff) | |
download | coreutils-fb918bedbffb894f801213282d5c747a3c103147.tar.xz |
(TESTS): Add i-no-r.
-rw-r--r-- | tests/rm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index 8bcf94254..61692f12a 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = fail-eperm \ +TESTS = i-no-r fail-eperm \ dangling-symlink 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 |