diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-15 22:50:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-15 22:50:05 +0000 |
commit | 6d87de19d307136b387e95be744a8d09d32e2cdd (patch) | |
tree | 84869d452134a52b6d6401738fda82735d6c8f42 /tests | |
parent | 8686ed3e790959b9aaec1cb6247f26432db42b9a (diff) | |
download | coreutils-6d87de19d307136b387e95be744a8d09d32e2cdd.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/touch/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 28b74f68b..11a718b27 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -115,7 +115,7 @@ l = @l@ AUTOMAKE_OPTIONS = 1.3 gnits -TESTS = dir-1 dangling-symlink empty-file fifo no-rights obsolescent +TESTS = fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ |