summaryrefslogtreecommitdiff
path: root/tests/touch
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-01 11:01:14 +0000
committerJim Meyering <jim@meyering.net>2000-07-01 11:01:14 +0000
commit13133639a47ca08082d4c991d8fa294430efcb38 (patch)
treeb91a3d7aa79202b93a569b79dfec6a60915709d2 /tests/touch
parent994724bf67c688f68cde5d3aad2c05528e2060f9 (diff)
downloadcoreutils-13133639a47ca08082d4c991d8fa294430efcb38.tar.xz
(TESTS_ENVIRONMENT): Define host_triplet for use in the dangling-symlink test.
Diffstat (limited to 'tests/touch')
-rw-r--r--tests/touch/Makefile.am1
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