commit afdef4d615e48a3a31e4105493d1556552c85f12 parent 92ae5d1a2a7fa577ed9fac6dd3facc1852c44e27 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 4 Aug 2026 23:14:26 +0200 fix tmp paths to include claude Diffstat:
| M | src/testing/test_merchant_api.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf @@ -2,7 +2,7 @@ # [PATHS] TALER_TEST_HOME = test_merchant_api_home/ -DONAU_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/donau-system-runtime/ +DONAU_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/donau-system-runtime/ [taler-helper-crypto-rsa] LOOKAHEAD_SIGN = 10 days