From 2bba834643b520ccedc8bfad780183242dc19fed Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 21 Jan 2021 19:56:23 -0500 Subject: make "make check" in src/util respect env var ‘TMPDIR’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://bugs.gnunet.org/view.php?id=6714 --- src/util/test_helper_eddsa.conf | 2 +- src/util/test_helper_rsa.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf index 35413d0bf..541a8b144 100644 --- a/src/util/test_helper_eddsa.conf +++ b/src/util/test_helper_eddsa.conf @@ -1,7 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_helper_eddsa_home/ -TALER_RUNTIME_DIR = /tmp/${USER}/test_helper_eddsa/ +TALER_RUNTIME_DIR = ${TMPDIR:-/tmp}/${USER}/test_helper_eddsa/ [taler-exchange-secmod-eddsa] LOOKAHEAD_SIGN = 5 minutes diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf index b6974e4ba..524e4635d 100644 --- a/src/util/test_helper_rsa.conf +++ b/src/util/test_helper_rsa.conf @@ -1,7 +1,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_helper_rsa_home/ -TALER_RUNTIME_DIR = /tmp/${USER}/test_helper_rsa/ +TALER_RUNTIME_DIR = ${TMPDIR:-/tmp}/${USER}/test_helper_rsa/ [coin_1] -- cgit v1.2.3