diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-17 08:54:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-17 08:54:38 +0000 |
commit | 8d851e17c00afccccc6163ee9ce69b361c360cab (patch) | |
tree | 65574cd2eeb6abe0cba189f6a5fa64008c6ae258 /tests/touch | |
parent | 1df5e317dce3ca9290cfbc64d4547b54051acfe5 (diff) | |
download | coreutils-8d851e17c00afccccc6163ee9ce69b361c360cab.tar.xz |
.
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index c46f5edf7..633ad0abd 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -119,7 +119,10 @@ am__quote = @am__quote@ install_sh = @install_sh@ 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) \ |