summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2002-02-01 02:28:32 +0000
committerrelyea%netscape.com <devnull@localhost>2002-02-01 02:28:32 +0000
commitf1cac50a95787812033784c933a7fc4b126bf862 (patch)
tree577211569183b2a5f4887b9fac0dbb328ea9f43e
parentf43f8fac02cae60bf98c8d105f84f0a715ebe17b (diff)
downloadnss-hg-f1cac50a95787812033784c933a7fc4b126bf862.tar.gz
certutil -L now opens the DB ReadOnly. Add the '-X' option to the test is still
testing the R/W case.
-rwxr-xr-xsecurity/nss/tests/dbtests/dbtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/dbtests/dbtests.sh b/security/nss/tests/dbtests/dbtests.sh
index 78407d666..947ec948b 100755
--- a/security/nss/tests/dbtests/dbtests.sh
+++ b/security/nss/tests/dbtests/dbtests.sh
@@ -114,7 +114,7 @@ dbtest_main()
Echo "test opening the database readonly in a nonexisting directory"
- certutil -L -d ./non_existant_dir
+ certutil -L -X -d ./non_existant_dir
ret=$?
if [ $ret -ne 255 ]; then
html_failed "<TR><TD> Certutil succeeded in a nonexisting directory $ret"