summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-08-30 14:13:08 +0200
committerJim Meyering <meyering@redhat.com>2012-08-30 16:54:09 +0200
commit34c9c8f70f485727fe26a9fff5dcfa3089f07186 (patch)
treeb54c477dacc4f92578933b4616c18c6703926d5c
parentcddadbcd80991c0b7b91e2228510176e51a9ea1c (diff)
downloadcoreutils-34c9c8f70f485727fe26a9fff5dcfa3089f07186.tar.xz
tests: prefer AM_TESTS_ENVIRONMENT over TESTS_ENVIRONMENT
The latter should be reserved for user overrides. * tests/Makefile.am (TESTS_ENVIRONMENT): Rename ... (AM_TESTS_ENVIRONMENT): ... like this.
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index eed4e2e03..983903007 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -59,7 +59,7 @@ LOG_COMPILER = \
# 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.
-TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT = \
. $(srcdir)/lang-default; \
tmp__=$${TMPDIR-/tmp}; \
test -d "$$tmp__" && test -w "$$tmp__" || tmp__=.; \