summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2013-02-07 16:47:44 +0000
committerkaie%kuix.de <devnull@localhost>2013-02-07 16:47:44 +0000
commitbd2eb8b22c2f3ad980d27d3df71caa7f363e6daf (patch)
tree0a7cd75c6d26f6a3fe2fd4323185474dccae51f6
parent1661ba3db3d99461257a717a58e8168980cf5d24 (diff)
downloadnss-hg-NSS_3_14_3_BETA1.tar.gz
Bug 839109 - Fix TLS version in NSS tests, patch by Wan-Teh Chang, r=kaieNSS_3_14_3_BETA1
-rwxr-xr-xsecurity/nss/tests/ssl/ssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/ssl/ssl.sh b/security/nss/tests/ssl/ssl.sh
index 5ae5712e8..4fe39e522 100755
--- a/security/nss/tests/ssl/ssl.sh
+++ b/security/nss/tests/ssl/ssl.sh
@@ -299,7 +299,7 @@ ssl_cov()
elif [ "`echo $ectype | cut -b 1`" != "#" ] ; then
echo "$SCRIPTNAME: running $testname ----------------------------"
VMAX="ssl3"
- if [ "$testmax" = "TLS" ]; then
+ if [ "$testmax" = "TLS10" ]; then
VMAX="tls1.0"
fi
if [ "$testmax" = "TLS11" ]; then