summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-10-09 15:40:33 +0200
committerJim Meyering <meyering@redhat.com>2012-10-09 15:40:33 +0200
commit319e7cd590ae16460cfecb70715bf41ceec81d1e (patch)
treedf4f82582298a61274887467739ea6b7b3066b51 /tests/Makefile.am
parent569e59d08fe2ec5e836536371e0a974a58e83166 (diff)
downloadparted-319e7cd590ae16460cfecb70715bf41ceec81d1e.tar.gz
build: do not rely on automake's AM_TESTS_ENVIRONMENT
* tests/Makefile.am (TESTS_ENVIRONMENT): Rename from AM_TESTS_ENVIRONMENT, since it is not honored in automake-1.11.3 after all. This reverts commit v3.1-14-g2bd66d7. For now, I'll leave the following commit that made bootstrap.conf require 1.11.2. Prompted by a report of test failure from Phillip Susi.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 80d5525..cdc1c4b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -98,7 +98,7 @@ sep = $(PATH_SEPARATOR)
# variables that can perturb tests are unset or set to expected values.
# The rest are envvar settings that propagate build-related Makefile
# variables to test scripts.
-AM_TESTS_ENVIRONMENT = \
+TESTS_ENVIRONMENT = \
tmp__=$$TMPDIR; test -d "$$tmp__" || tmp__=.; \
TMPDIR=$$tmp__; export TMPDIR; \
export \