summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-10-23 13:16:50 +0000
committerJim Meyering <jim@meyering.net>1999-10-23 13:16:50 +0000
commit84142eaa26f0d9887c75a6c4d4860786200dc162 (patch)
tree900313f1b763b30e30d36462e296763ecbe2aa5f
parent9d8529baea288395340e529be58746c1a8ec589c (diff)
downloadcoreutils-84142eaa26f0d9887c75a6c4d4860786200dc162.tar.xz
(TESTS): Add dangling-symlink.
-rw-r--r--tests/touch/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am
index 6d1a8e919..ed19843df 100644
--- a/tests/touch/Makefile.am
+++ b/tests/touch/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.3 gnits
-TESTS = empty-file dir-1
+TESTS = empty-file dir-1 dangling-symlink
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH=../../src:$$PATH