certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is still

testing the R/W case.
This commit is contained in:
relyea%netscape.com 2002-02-01 02:28:32 +00:00
parent f462f5a326
commit 24ec92e64a

View File

@ -114,7 +114,7 @@ dbtest_main()
Echo "test opening the database readonly in a nonexisting directory"
certutil -L -d ./non_existant_dir
certutil -L -X -d ./non_existant_dir
ret=$?
if [ $ret -ne 255 ]; then
html_failed "<TR><TD> Certutil succeeded in a nonexisting directory $ret"