make "make check" in src/util respect env var ‘TMPDIR’
https://bugs.gnunet.org/view.php?id=6714
This commit is contained in:
parent
010b2e9b25
commit
2bba834643
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user