diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-04 19:52:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-04 19:52:20 +0000 |
commit | dc5916a65f79287b5ce031de2a615d869eb0b2a9 (patch) | |
tree | 96a66db48e5f9ee5ac05d9542a796f8ee090ddeb /tests | |
parent | 25481dc08cfd5077fbfdf9ba7ba66f94511fd806 (diff) | |
download | coreutils-dc5916a65f79287b5ce031de2a615d869eb0b2a9.tar.xz |
(TESTS): Add fail-2eperm.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rm/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/rm/Makefile.am b/tests/rm/Makefile.am index 1a04c00bf..ed4d991b3 100644 --- a/tests/rm/Makefile.am +++ b/tests/rm/Makefile.am @@ -1,7 +1,9 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = cycle i-no-r fail-eperm \ +TESTS = \ + fail-2eperm \ + cycle 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 |