summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2013-01-07 22:14:58 +0000
committerkaie%kuix.de <devnull@localhost>2013-01-07 22:14:58 +0000
commitf7a7102f5757ba72e41af1d31030f27ff9647f69 (patch)
treed9e33c98aa517fa195e0a28909e85f424e26d9e6
parentb403c79e8e3033bcbe42a056527cd9c2979d69fd (diff)
downloadnss-hg-f7a7102f5757ba72e41af1d31030f27ff9647f69.tar.gz
Bug 826627 - NSS cert tests fail, beause Android doesn't have /tmp directory, TBR=relyea, a=bustage
-rwxr-xr-xsecurity/nss/tests/cert/cert.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/tests/cert/cert.sh b/security/nss/tests/cert/cert.sh
index 3e5d7797e..6dbd041f0 100755
--- a/security/nss/tests/cert/cert.sh
+++ b/security/nss/tests/cert/cert.sh
@@ -1079,12 +1079,12 @@ cert_extensions_test()
echo
echo certutil -d ${CERT_EXTENSIONS_DIR} -S -n ${CERTNAME} \
- -t "u,u,u" -o /tmp/cert -s "${CU_SUBJECT}" -x -f ${R_PWFILE} \
+ -t "u,u,u" -o ${CERT_EXTENSIONS_DIR}/tempcert -s "${CU_SUBJECT}" -x -f ${R_PWFILE} \
-z "${R_NOISE_FILE}" -${OPT} \< ${TARG_FILE}
echo "certutil options:"
cat ${TARG_FILE}
${BINDIR}/certutil -d ${CERT_EXTENSIONS_DIR} -S -n ${CERTNAME} \
- -t "u,u,u" -o /tmp/cert -s "${CU_SUBJECT}" -x -f ${R_PWFILE} \
+ -t "u,u,u" -o ${CERT_EXTENSIONS_DIR}/tempcert -s "${CU_SUBJECT}" -x -f ${R_PWFILE} \
-z "${R_NOISE_FILE}" -${OPT} < ${TARG_FILE}
RET=$?
if [ "${RET}" -ne 0 ]; then