summaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_kyc.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_kyc.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_kyc.sh')
-rwxr-xr-xsrc/testing/test_merchant_kyc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_merchant_kyc.sh b/src/testing/test_merchant_kyc.sh
index c093d698..2b3bb188 100755
--- a/src/testing/test_merchant_kyc.sh
+++ b/src/testing/test_merchant_kyc.sh
@@ -22,7 +22,7 @@ set -eu
# Launch system.
setup -c "test_template.conf" -m -u "exchange-account-1"
-LAST_RESPONSE=$(mktemp test_response.conf-XXXXXX)
+LAST_RESPONSE=$(mktemp -p "${TMPDIR:-/tmp}" test_response.conf-XXXXXX)
echo -n "Configuring a merchant instance before configuring the default instance ..."