Revert "Restore NSS default storage file format to DBM when no prefix is given."

This reverts commit b2c78bbf83f75bf034028814329fdd43b6bfe885.
This commit is contained in:
wolfbeast 2018-06-06 15:23:14 +02:00 committed by Roy Tam
commit 8c296a9714
4 changed files with 4 additions and 98 deletions

View file

@ -174,8 +174,9 @@ run_cycle_pkix()
NSS_SSL_TESTS=`echo "${NSS_SSL_TESTS}" | sed -e "s/normal//g" -e "s/fips//g" -e "s/_//g"`
export -n NSS_SSL_RUN
# use the default format.
# use the default format. (unset for the shell, export -n for binaries)
export -n NSS_DEFAULT_DB_TYPE
unset NSS_DEFAULT_DB_TYPE
run_tests
}