summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-17 08:54:32 +0000
committerJim Meyering <jim@meyering.net>2002-04-17 08:54:32 +0000
commit1df5e317dce3ca9290cfbc64d4547b54051acfe5 (patch)
treeaec7b23f34320494a44b85d0097205deb7321b51 /tests
parent950d7008ea488130ada245965f932fdc6dd5ad71 (diff)
downloadcoreutils-1df5e317dce3ca9290cfbc64d4547b54051acfe5.tar.xz
(TESTS): Add no-create-missing.
Diffstat (limited to 'tests')
-rw-r--r--tests/touch/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am
index 52fc53964..53c680032 100644
--- a/tests/touch/Makefile.am
+++ b/tests/touch/Makefile.am
@@ -1,7 +1,9 @@
## Process this file with automake to produce Makefile.in -*-Makefile-*-.
AUTOMAKE_OPTIONS = 1.3 gnits
-TESTS = fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent
+TESTS = \
+ no-create-missing \
+ fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
host_triplet=$(host_triplet) \