From: Jim Meyering Date: Sat, 1 Jul 2000 11:01:14 +0000 (+0000) Subject: (TESTS_ENVIRONMENT): Define host_triplet for use in the dangling-symlink test. X-Git-Tag: FILEUTILS-4_0w~11 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=13133639a47ca08082d4c991d8fa294430efcb38;p=thirdparty%2Fcoreutils.git (TESTS_ENVIRONMENT): Define host_triplet for use in the dangling-symlink test. --- diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index ab16171f0a..b556938b50 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