diff options
author | sonmi%netscape.com <devnull@localhost> | 2001-09-10 21:29:29 +0000 |
---|---|---|
committer | sonmi%netscape.com <devnull@localhost> | 2001-09-10 21:29:29 +0000 |
commit | 42a746705eb5c190a81dab0adabad2437a82ed7d (patch) | |
tree | 30e8b45bdb984a4f5397cc47ffca76ed710fc05c /security/nss/tests | |
parent | 45794a11b33279c3a678654f798cc30839b9859b (diff) | |
download | nss-hg-42a746705eb5c190a81dab0adabad2437a82ed7d.tar.gz |
trieing again, the same change as a week ago, setting TMPDIR and TEMP
to the HOSTDIR as well
Diffstat (limited to 'security/nss/tests')
-rw-r--r-- | security/nss/tests/common/init.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/nss/tests/common/init.sh b/security/nss/tests/common/init.sh index eeecd297a..3ab55bec0 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 |