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

This commit is contained in:
wolfbeast 2018-06-05 22:33:20 +02:00 committed by Roy Tam
commit e88fd14de6
4 changed files with 98 additions and 4 deletions

View file

@ -174,9 +174,8 @@ 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. (unset for the shell, export -n for binaries)
# use the default format.
export -n NSS_DEFAULT_DB_TYPE
unset NSS_DEFAULT_DB_TYPE
run_tests
}