Correct an inaccurate log message.

This commit is contained in:
nelsonb%netscape.com 2003-09-25 21:40:02 +00:00
Родитель 98d74e30c8
Коммит cff36272e2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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