blob: 25028a2fa34b65f739eba226f92d76a1037b5d63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/tests/run-with-signond.sh b/tests/run-with-signond.sh
index ad04b03..e6d2540 100755
--- a/tests/run-with-signond.sh
+++ b/tests/run-with-signond.sh
@@ -6,7 +6,8 @@ set -e
# start a local signond
-export HOME="$(mktemp -d --tmpdir signond-tests-XXXXXX)"
+
+export HOME="$(mktemp -d)"
export SSO_LOGGING_LEVEL=2
export SSO_STORAGE_PATH="${HOME}"
export SSO_DAEMON_TIMEOUT=5
|