From: Jim Meyering Date: Wed, 17 Apr 2002 08:54:32 +0000 (+0000) Subject: (TESTS): Add no-create-missing. X-Git-Tag: SH-UTILS-2_0_12~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1df5e317dce3ca9290cfbc64d4547b54051acfe5;p=thirdparty%2Fcoreutils.git (TESTS): Add no-create-missing. --- diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 52fc539645..53c680032c 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) \