0b7af917e2
- Drop patches incorporated into upstream - Still adds the various DASD patches
33 lines
1015 B
Diff
33 lines
1015 B
Diff
From 2bd66d7d3e5a1924c65c051d4b639c5ab48bbb99 Mon Sep 17 00:00:00 2001
|
|
From: Stefano Lattarini <stefano.lattarini@gmail.com>
|
|
Date: Thu, 30 Aug 2012 18:53:17 +0200
|
|
Subject: [PATCH 14/89] 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.
|
|
|
|
Copyright-paperwork-exempt: yes
|
|
---
|
|
tests/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
|
index 1264812..33e8f8e 100644
|
|
--- a/tests/Makefile.am
|
|
+++ b/tests/Makefile.am
|
|
@@ -96,7 +96,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.
|
|
-TESTS_ENVIRONMENT = \
|
|
+AM_TESTS_ENVIRONMENT = \
|
|
tmp__=$$TMPDIR; test -d "$$tmp__" || tmp__=.; \
|
|
TMPDIR=$$tmp__; export TMPDIR; \
|
|
export \
|
|
--
|
|
1.8.5.3
|
|
|