anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 1bc1d42ea8e3f007614ed6dc491706d6d345e1f8
parent 41bd4a733c5b67a691219c328af89c3a68447234
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 29 Jul 2026 19:35:06 +0200

give each user its own runtime directory in the API test configuration

Diffstat:
Msrc/testing/test_anastasis_api.conf | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/testing/test_anastasis_api.conf b/src/testing/test_anastasis_api.conf @@ -6,7 +6,11 @@ TALER_HOME = ${TALER_TEST_HOME:-${HOME:-${USERPROFILE}}} TALER_DATA_HOME = ${TALER_TEST_HOME:-${XDG_DATA_HOME:-${TALER_HOME}/.local/share/}/.local/share/}taler/ TALER_CONFIG_HOME = ${TALER_TEST_HOME:-${XDG_CONFIG_HOME:-${TALER_HOME}/.config/}/.config/}taler/ TALER_CACHE_HOME = ${TALER_TEST_HOME:-${XDG_CACHE_HOME:-${TALER_HOME}/.cache/}/.cache/}taler/ -TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/ +# Keep the runtime directory (which holds the secmod UNIX domain sockets) +# per-user: a fixed name under a shared /tmp is created by whoever runs the +# test suite first and is then unusable for everybody else. Matches the +# convention of exchange-paths.conf. +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ [taler-helper-crypto-rsa] LOOKAHEAD_SIGN = 12 days