diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-04 09:09:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-04 09:09:48 +0000 |
commit | 7e4c16df3db616031255dd33f206207ccc3a57fe (patch) | |
tree | db65946d5d1c6b2cd70d17a76662e741e942fda9 /tests/rm | |
parent | c146a76b5da028de7a73f4f8096ab5a3e1597517 (diff) | |
download | coreutils-7e4c16df3db616031255dd33f206207ccc3a57fe.tar.xz |
(TESTS): Add cycle.
Diffstat (limited to 'tests/rm')
-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 61692f12a..abb34c5aa 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 = i-no-r fail-eperm \ +TESTS = 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 |