diff options
author | Jim Meyering <jim@meyering.net> | 2002-07-04 12:06:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-07-04 12:06:08 +0000 |
commit | 99c8e3f461ce29d662de9a69c70b046cbf42dbc2 (patch) | |
tree | 8fab0bf0034f5484e0af4ddcfb2f55dec927a557 /tests | |
parent | 81cae5ce248d5c4906773d9c94178ae574af357f (diff) | |
download | coreutils-99c8e3f461ce29d662de9a69c70b046cbf42dbc2.tar.xz |
(TESTS): Add dangling-symlink.
Diffstat (limited to 'tests')
-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 944d85d3a..8b5d4fc96 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 = rm1 rm2 rm3 rm4 rm5 \ +TESTS = 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) |