summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_instance_auth.sh
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-08-23 14:14:28 +0200
committerChristian Grothoff <christian@grothoff.org>2023-08-23 14:14:33 +0200
commit7eccc771b6bd99a1feacbd4321767ae8e76e2d2c (patch)
tree55eb6e390baf0712906382f828510422605bc40a /src/testing/test_merchant_instance_auth.sh
parentc98d960d1badd1eeb834bacbc133960e2f86d304 (diff)
downloadmerchant-7eccc771b6bd99a1feacbd4321767ae8e76e2d2c.tar.gz
merchant-7eccc771b6bd99a1feacbd4321767ae8e76e2d2c.tar.bz2
merchant-7eccc771b6bd99a1feacbd4321767ae8e76e2d2c.zip
switch merchant tests to fakebank, libeufin is a dumpster on fire
Diffstat (limited to 'src/testing/test_merchant_instance_auth.sh')
-rwxr-xr-xsrc/testing/test_merchant_instance_auth.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_merchant_instance_auth.sh b/src/testing/test_merchant_instance_auth.sh
index 8c031e1d..5cc4de92 100755
--- a/src/testing/test_merchant_instance_auth.sh
+++ b/src/testing/test_merchant_instance_auth.sh
@@ -36,7 +36,7 @@ function my_cleanup()
# Launch only the merchant.
setup -c test_template.conf -m
CONF="test_template.conf.edited"
-LAST_RESPONSE=$(mktemp test_response.conf-XXXXXX)
+LAST_RESPONSE=$(mktemp -p "${TMPDIR:-/tmp}" test_response.conf-XXXXXX)
echo -n "Configuring 'default' instance ..." >&2