make "make check" in src/util respect env var ‘TMPDIR’

https://bugs.gnunet.org/view.php?id=6714
This commit is contained in:
Thien-Thi Nguyen 2021-01-21 19:56:23 -05:00
parent 010b2e9b25
commit 2bba834643
No known key found for this signature in database
GPG Key ID: 670322244C807502
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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]