diff options
Diffstat (limited to 'src/util/test_helper_eddsa.conf')
-rw-r--r-- | src/util/test_helper_eddsa.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf index de2231cb3..9529ec579 100644 --- a/src/util/test_helper_eddsa.conf +++ b/src/util/test_helper_eddsa.conf @@ -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 |