summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-05 18:10:40 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-05 18:10:40 +0100
commit876404736873969ea112a4f2fd1b725e2be7c9d6 (patch)
tree8557826818e28849956acdcb802282807f9019ad
parentaaeadf1598baf7b2193d03b17c73dcd8956dc9cb (diff)
downloadexchange-876404736873969ea112a4f2fd1b725e2be7c9d6.tar.gz
exchange-876404736873969ea112a4f2fd1b725e2be7c9d6.tar.bz2
exchange-876404736873969ea112a4f2fd1b725e2be7c9d6.zip
fix path for tests
-rw-r--r--src/util/test_helper_eddsa.conf4
-rw-r--r--src/util/test_helper_rsa.conf5
2 files changed, 9 insertions, 0 deletions
diff --git a/src/util/test_helper_eddsa.conf b/src/util/test_helper_eddsa.conf
index 99528579a..f98bff962 100644
--- a/src/util/test_helper_eddsa.conf
+++ b/src/util/test_helper_eddsa.conf
@@ -1,3 +1,7 @@
+[PATHS]
+# Persistent data storage for the testcase
+TALER_TEST_HOME = test_helper_eddsa_home/
+
[taler-helper-crypto-eddsa]
LOOKAHEAD_SIGN = 5 minutes
OVERLAP_DURATION = 1 s
diff --git a/src/util/test_helper_rsa.conf b/src/util/test_helper_rsa.conf
index f45fe0142..cfd3b3013 100644
--- a/src/util/test_helper_rsa.conf
+++ b/src/util/test_helper_rsa.conf
@@ -1,3 +1,8 @@
+[PATHS]
+# Persistent data storage for the testcase
+TALER_TEST_HOME = test_helper_rsa_home/
+
+
[coin_1]
DURATION_WITHDRAW = 1 minute
RSA_KEYSIZE = 2048