Blame SOURCES/Bug-1001841-disable-sslv2-tests.patch

f57139
diff -up ./nss/tests/ssl/ssl.sh.disableSSL2 ./nss/tests/ssl/ssl.sh
f57139
--- ./nss/tests/ssl/ssl.sh.disableSSL2	2013-09-25 06:57:55.000000000 -0700
f57139
+++ ./nss/tests/ssl/ssl.sh	2013-11-03 16:43:48.905914207 -0800
f57139
@@ -278,6 +278,9 @@ ssl_cov()
f57139
       echo "${testname}" | grep "SSL2" > /dev/null
f57139
       SSL2=$?
f57139
 
f57139
+      #  skip export and ssl2 tests when build has disabled SSL2
f57139
+      if [ "${NSS_NO_SSL2}" = 1 ] && [ -n ${EXP} -o -n ${SSL2} ] && continue
f57139
+
f57139
       if [ "${SSL2}" -eq 0 ] ; then
f57139
           # We cannot use asynchronous cert verification with SSL2
f57139
           SSL2_FLAGS=-O