diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-28 15:42:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-28 15:42:56 +0200 |
commit | cc9445c15d6e2442258c3abed48d0ca8bb9cc297 (patch) | |
tree | acc2dcb77067cfdb411926c1f8805c36b5707796 | |
parent | 9eefd50c7b52892666fa6fa5a89b8b0d6026bc64 (diff) |
use grothoff in runtimedir when testing
-rw-r--r-- | src/testing/test_merchant_api.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/test_merchant_api.conf b/src/testing/test_merchant_api.conf index 2a9ed80b..6ec73be7 100644 --- a/src/testing/test_merchant_api.conf +++ b/src/testing/test_merchant_api.conf @@ -3,6 +3,7 @@ [PATHS] # Persistent data storage for the testcase TALER_TEST_HOME = test_merchant_api_home/ +TALER_RUNTIME_DIR = ${TMPDIR:-${TMP:-/tmp}}/${USER:-}/taler-system-runtime/ # Persistent data storage TALER_DATA_HOME = $TALER_HOME/.local/share/taler/ |