diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-10 18:54:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-10 18:54:40 +0000 |
commit | 6e92f2754830c8b962da665460ea83e06a4250b3 (patch) | |
tree | cd9e8660bff2ff74491743821dfc934316dd30e4 /tests | |
parent | b3324ca1965535fb3ab01c110350c6ebdede434a (diff) | |
download | coreutils-6e92f2754830c8b962da665460ea83e06a4250b3.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 70ce57757..131a8f083 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -118,7 +118,7 @@ l = @l@ 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) \ |