From 716534ab1edd0962d57ba69eb92b794c86a95356 Mon Sep 17 00:00:00 2001 From: "sonmi%netscape.com" Date: Mon, 10 Sep 2001 21:29:29 +0000 Subject: [PATCH] trieing again, the same change as a week ago, setting TMPDIR and TEMP to the HOSTDIR as well --- security/nss/tests/common/init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/nss/tests/common/init.sh b/security/nss/tests/common/init.sh index eeecd297ad3..3ab55bec0c9 100644 --- a/security/nss/tests/common/init.sh +++ b/security/nss/tests/common/init.sh @@ -333,6 +333,8 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then # are "leftovers" - another possibility ${HOSTDIR}/tmp TMP=${HOSTDIR} #TMP=${TMP-/tmp} + TEMP=${TMP} + TMPDIR=${TMP} CADIR=${HOSTDIR}/CA SERVERDIR=${HOSTDIR}/server