diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-13 09:24:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-13 09:24:13 +0000 |
commit | 7678915a9e643147792b10cb68b2711ab2c052de (patch) | |
tree | 5020d5cf1ccb9f463c01f8236403902bf8a78e5a /tests/rm | |
parent | e5ee2e3aee2953d7fbb06b90547384636a2bfaca (diff) | |
download | coreutils-7678915a9e643147792b10cb68b2711ab2c052de.tar.xz |
(TESTS): Add fail-eperm.
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 8b5d4fc96..8bcf94254 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 = dangling-symlink rm1 rm2 rm3 rm4 rm5 \ +TESTS = 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 EXTRA_DIST = $(TESTS) |