summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElio Maldonado <emaldona@redhat.com>2015-12-21 14:03:44 -0800
committerElio Maldonado <emaldona@redhat.com>2015-12-21 14:03:44 -0800
commite51a1d9b1644a48e3922f90bd5b500a4f751db2b (patch)
treec902b0f63fafbcd4e9c9f49d9e6f458b6479fbdf
parent79ea0b2cbfafc5d07bc57376b666133f9c6d7675 (diff)
downloadnss-hg-e51a1d9b1644a48e3922f90bd5b500a4f751db2b.tar.gz
Bug 1009429 - Make the algorithm selection in NSS more flexible, r=ekr
Fix ssl.sh syntax error that would silenly prevent the full test suite from geting executed
-rwxr-xr-xtests/ssl/ssl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ssl/ssl.sh b/tests/ssl/ssl.sh
index f7f9ad89a..35b56ffc6 100755
--- a/tests/ssl/ssl.sh
+++ b/tests/ssl/ssl.sh
@@ -810,7 +810,7 @@ NSS=Flags=internal,critical trustOrder=75 cipherOrder=100 slotParams=(1={slotFla
++EOF++
echo "config=${policy}" >> ${P_R_CLIENTDIR}/pkcs11.txt
echo "" >> ${P_R_CLIENTDIR}/pkcs11.txt
- echo "library=${DIST}/${OBJDIR}/lib/libnssckbi.so"" >> ${P_R_CLIENTDIR}/pkcs11.txt >> ${P_R_CLIENTDIR}/pkcs11.txt
+ echo "library=${DIST}/${OBJDIR}/lib/libnssckbi.so" >> ${P_R_CLIENTDIR}/pkcs11.txt >> ${P_R_CLIENTDIR}/pkcs11.txt
cat >> ${P_R_CLIENTDIR}/pkcs11.txt << ++EOF++
name=RootCerts
NSS=trustOrder=100