summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglen.beasley%sun.com <devnull@localhost>2009-03-26 23:14:34 +0000
committerglen.beasley%sun.com <devnull@localhost>2009-03-26 23:14:34 +0000
commit95ed073a56f4c6c4b0ce23f6fc6375633b329a4a (patch)
tree0d595ac0308115af5739cef9c1328f5eae01c90e
parentc42e40c09dcffc7885f1a39c1af34f5b61168a92 (diff)
downloadnss-hg-95ed073a56f4c6c4b0ce23f6fc6375633b329a4a.tar.gz
backout of incorrect checkin
-rwxr-xr-xsecurity/nss/tests/ssl/ssl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/nss/tests/ssl/ssl.sh b/security/nss/tests/ssl/ssl.sh
index 05fa68926..27b6e1ecd 100755
--- a/security/nss/tests/ssl/ssl.sh
+++ b/security/nss/tests/ssl/ssl.sh
@@ -400,6 +400,10 @@ ssl_auth()
cat ${TMP}/$HOST.tmp.$$
rm ${TMP}/$HOST.tmp.$$ 2>/dev/null
+ #workaround for bug #402058
+ [ $ret -ne 0 ] && ret=1
+ [ $value -ne 0 ] && value=1
+
html_msg $ret $value "${testname}" \
"produced a returncode of $ret, expected is $value"
kill_selfserv