diff --git a/security/nss/tests/dbtests/dbtests.sh b/security/nss/tests/dbtests/dbtests.sh index ae498f780d5a..e237d1dc9c5f 100755 --- a/security/nss/tests/dbtests/dbtests.sh +++ b/security/nss/tests/dbtests/dbtests.sh @@ -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