mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Correct an inaccurate log message.
This commit is contained in:
parent
98d74e30c8
commit
cff36272e2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user