diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-10 16:30:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-10 16:30:28 +0000 |
commit | 4aba36bd9a455ee84c8a40546370517eb9732de3 (patch) | |
tree | b1a71111cba1184a88960a291ddb317b6ffe5420 /tests | |
parent | 2ee35792a0a9837a36478ef4da41866344da289f (diff) | |
download | coreutils-4aba36bd9a455ee84c8a40546370517eb9732de3.tar.xz |
(TESTS): Add obsolescent.
Diffstat (limited to 'tests')
-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 b556938b5..0f3e6e292 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 +TESTS = dir-1 dangling-symlink empty-file fifo no-rights obsolescent EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ |