commit 230c0202e3dc1879e8e9272bac1bab1dc496c620
parent 6bec1b52c5db88a4593574e6143f23843ff7bfa1
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Dec 2019 17:14:22 +0100
update sig to new crypto, explicitly disable XDG-paths in test config
Diffstat:
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/src/lib/test_merchant_api.conf b/src/lib/test_merchant_api.conf
@@ -4,6 +4,14 @@
# Persistant data storage for the testcase
TALER_TEST_HOME = test_merchant_api_home/
+# Persistant data storage
+TALER_DATA_HOME = $TALER_HOME/.local/share/taler/
+
+# Configuration files
+TALER_CONFIG_HOME = $TALER_HOME/.config/taler/
+
+# Cached data, no big deal if lost
+TALER_CACHE_HOME = $TALER_HOME/.cache/taler/
[taler]
# What currency do we use?
diff --git a/src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json b/src/lib/test_merchant_api_home/.config/taler/exchange/account-2.json
@@ -1,5 +1,5 @@
{
"url": "payto://x-taler-bank/localhost:8082/2",
- "master_sig": "RDPWNT0CDATHWRY99W7G3E2Y1GYAABTE25J8GHKPGXV07TM89W1502BG5Q82FQY0JR4HSABJC6RG92PA93QGTKWM85W64TE9CCVW63R",
+ "master_sig": "AM32QB4RYMWK548PE63PJXJMWSA001TFFWTZZPSSD8HQ8JE4D5V5X8WTSYSX59ANF4YRTRMF5Q4Q12CE2KTA8KQ03CM11YDTK75SJ20",
"master_pub": "T1VVFQZZARQ1CMF4BN58EE7SKTW5AV2BS18S87ZEGYS4S29J6DNG"
}
\ No newline at end of file