diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-01 11:01:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-01 11:01:14 +0000 |
commit | 13133639a47ca08082d4c991d8fa294430efcb38 (patch) | |
tree | b91a3d7aa79202b93a569b79dfec6a60915709d2 /tests | |
parent | 994724bf67c688f68cde5d3aad2c05528e2060f9 (diff) | |
download | coreutils-13133639a47ca08082d4c991d8fa294430efcb38.tar.xz |
(TESTS_ENVIRONMENT): Define host_triplet for use in the dangling-symlink test.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/touch/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index ab16171f0..b556938b5 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -4,4 +4,5 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = dir-1 dangling-symlink empty-file fifo no-rights EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ + host_triplet=$(host_triplet) \ PATH=`pwd`/../../src:$$PATH |