Correct an inaccurate log message.

git-svn-id: svn://10.0.0.236/trunk@147310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nelsonb%netscape.com
2003-09-25 21:40:02 +00:00
parent 045892f8e4
commit 8fc7503160

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