diff options
-rw-r--r-- | tests/touch/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 5b1e7dfee..d5d67f5de 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -119,6 +119,7 @@ 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 subdir = tests/touch |