diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2021-11-16 14:25:33 +0100 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2021-11-16 14:25:33 +0100 |
commit | 930e31e08fcdf28125b7c3fd6b76868d622d3a92 (patch) | |
tree | cd2d2c2d6d47f0d85bacdf412763bfe5128f9cdd /src/util | |
parent | 4b7ee4845617e8bd2cdadddef1be945935e4c395 (diff) |
add CLIENT_DIR to make test_crypto pass
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/test_helper_eddsa.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf index 321fa7cc3..8fe119c40 100644 --- a/src/util/test_helper_eddsa.conf +++ b/src/util/test_helper_eddsa.conf @@ -4,6 +4,7 @@ TALER_TEST_HOME = test_helper_eddsa_home/ TALER_RUNTIME_DIR = ${TMPDIR:-/tmp}/${USER}/test_helper_eddsa/ [taler-exchange-secmod-eddsa] +CLIENT_DIR = $TALER_RUNTIME_DIR LOOKAHEAD_SIGN = 5 minutes OVERLAP_DURATION = 1 s DURATION = 1 minute |