diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-21 00:29:50 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-21 00:29:50 +0000 |
commit | 516e0734b5a177a61c04e9ec1a37a2730d29ecf2 (patch) | |
tree | 7d981e67ec1216c28f514fdf1db3e2c205dbb061 /tests | |
parent | 16ded268dd8cca6824e7b86baddd523dd3f50326 (diff) | |
download | coreutils-516e0734b5a177a61c04e9ec1a37a2730d29ecf2.tar.xz |
(TESTS_ENVIRONMENT): Add EXEEXT.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/install/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/install/Makefile.am b/tests/install/Makefile.am index 0d9d499c1..10c9e7570 100644 --- a/tests/install/Makefile.am +++ b/tests/install/Makefile.am @@ -4,4 +4,5 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = trap basic-1 create-leading EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ + EXEEXT='$(EXEEXT)' \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |