Correct an inaccurate log message.

This commit is contained in:
nelsonb%netscape.com 2003-09-25 21:40:02 +00:00
parent 98d74e30c8
commit cff36272e2

View File

@ -113,7 +113,7 @@ dbtest_main()
cd ${HOSTDIR}
Echo "test opening the database readonly in a nonexisting directory"
Echo "test opening the database read/write in a nonexisting directory"
certutil -L -X -d ./non_existant_dir
ret=$?
if [ $ret -ne 255 ]; then