We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e9a739 + f208716 commit f977004Copy full SHA for f977004
1 file changed
scripts/ocsp-stapling_tls13multi.test
@@ -77,7 +77,8 @@ PARENTDIR="$PWD"
77
#WORKSPACE="${PARENTDIR}/workspace.pid$$"
78
#mkdir "${WORKSPACE}" || exit $?
79
80
-WORKSPACE="$(mktemp -d -p ${PARENTDIR})"
+# Use portable mktemp syntax that works on both Linux and macOS
81
+WORKSPACE="$(mktemp -d ${PARENTDIR}/wolfssl-ocsp-test.XXXXXX)"
82
83
cp -pR ${SCRIPT_DIR}/../certs "${WORKSPACE}"/ || exit $?
84
cd "$WORKSPACE" || exit $?
0 commit comments