summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.sh b/tests/all.sh
index 3a02debef..f8a777fb3 100755
--- a/tests/all.sh
+++ b/tests/all.sh
@@ -309,7 +309,7 @@ TESTS=${NSS_TESTS:-$tests}
ALL_TESTS=${TESTS}
-nss_ssl_tests="crl iopr policy"
+nss_ssl_tests="crl iopr policy normal_normal"
if [ $NO_INIT_SUPPORT -eq 0 ]; then
nss_ssl_tests="$nss_ssl_tests fips_normal normal_fips"
fi