diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-01 14:03:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-01 14:03:02 +0000 |
commit | 73202c14e67bb93f7e3c459b85a9af1fc27b4f35 (patch) | |
tree | 74b74f50a43afc9978fd029b4d30b60d93d192f7 /tests/touch | |
parent | a784ac670f6a431482d90135f0af3a2338f2b086 (diff) | |
download | coreutils-73202c14e67bb93f7e3c459b85a9af1fc27b4f35.tar.xz |
.
Diffstat (limited to 'tests/touch')
-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 |