use shorter PATHs, /home/grothoff/research/taler/exchange/src/util may be too much for UNIXPATH

This commit is contained in:
Christian Grothoff 2021-01-06 10:11:53 +01:00
parent e6f44e22ac
commit adb48b6163
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
[PATHS]
# Persistent data storage for the testcase
TALER_TEST_HOME = test_helper_eddsa_home/
TALER_RUNTIME_DIR = test_helper_eddsa_home/tmp/
TALER_RUNTIME_DIR = /tmp/${USER}/test_helper_eddsa/
[taler-helper-crypto-eddsa]
LOOKAHEAD_SIGN = 5 minutes
OVERLAP_DURATION = 1 s
DURATION = 1 minute
KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_eddsa/
UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_eddsa.unix
KEY_DIR = ${TALER_RUNTIME_DIR}keydir/
UNIXPATH = ${TALER_RUNTIME_DIR}helper.unix

View File

@ -1,7 +1,7 @@
[PATHS]
# Persistent data storage for the testcase
TALER_TEST_HOME = test_helper_rsa_home/
TALER_RUNTIME_DIR = test_helper_eddsa_home/tmp/
TALER_RUNTIME_DIR = /tmp/${USER}/test_helper_rsa/
[coin_1]
@ -11,5 +11,5 @@ RSA_KEYSIZE = 2048
[taler-helper-crypto-rsa]
LOOKAHEAD_SIGN = 5 minutes
OVERLAP_DURATION = 1 s
KEY_DIR = ${TALER_RUNTIME_DIR}/test_helper_rsa/
UNIXPATH = ${TALER_RUNTIME_DIR}test_helper_rsa.unix
KEY_DIR = ${TALER_RUNTIME_DIR}/keydir/
UNIXPATH = ${TALER_RUNTIME_DIR}helper.unix