diff options
author | Jim Meyering <jim@meyering.net> | 1999-10-23 13:16:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-10-23 13:16:50 +0000 |
commit | 84142eaa26f0d9887c75a6c4d4860786200dc162 (patch) | |
tree | 900313f1b763b30e30d36462e296763ecbe2aa5f /tests | |
parent | 9d8529baea288395340e529be58746c1a8ec589c (diff) | |
download | coreutils-84142eaa26f0d9887c75a6c4d4860786200dc162.tar.xz |
(TESTS): Add dangling-symlink.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/touch/Makefile.am | 2 |
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 |