]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(TESTS_ENVIRONMENT): Define host_triplet for use in the dangling-symlink test.
authorJim Meyering <jim@meyering.net>
Sat, 1 Jul 2000 11:01:14 +0000 (11:01 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Jul 2000 11:01:14 +0000 (11:01 +0000)
tests/touch/Makefile.am

index ab16171f0a3ac4f78c446d0be56e501b2dd99309..b556938b50abe2b9d924dac405687fefd8e4990d 100644 (file)
@@ -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