diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-15 17:08:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-15 17:08:27 +0000 |
commit | db111e12aed9c1db2c355580b5af60da19609136 (patch) | |
tree | e70fa8640e46a9adb9c2128a930a9364eee6f305 /tests/touch | |
parent | 7161f22f6d9462195bb3d379fb9489c2c05f9452 (diff) | |
download | coreutils-db111e12aed9c1db2c355580b5af60da19609136.tar.xz |
(TESTS): Add fail-diag.
Diffstat (limited to 'tests/touch')
-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 0f3e6e292..52fc53964 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 = 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) \ |