summaryrefslogtreecommitdiff
path: root/security/nss/tests/dbtests/dbtests.sh
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2001-12-14 20:10:46 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2001-12-14 20:10:46 +0000
commit80dbaff36e33cbd8d5f3c26eb6bb1dd5006af79f (patch)
tree808c4cb0d691b994e4ed11121d3ab5070321563e /security/nss/tests/dbtests/dbtests.sh
parent4ff0783a54d15c29d2a9b45dfc397c0224a1eaff (diff)
downloadnss-hg-80dbaff36e33cbd8d5f3c26eb6bb1dd5006af79f.tar.gz
thought I needed to do this in ssl... chge the readonlydir to prevent
mccrel from overflowing due to failing cleanup scripts...
Diffstat (limited to 'security/nss/tests/dbtests/dbtests.sh')
-rwxr-xr-xsecurity/nss/tests/dbtests/dbtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/tests/dbtests/dbtests.sh b/security/nss/tests/dbtests/dbtests.sh
index e424b1fe3..78407d666 100755
--- a/security/nss/tests/dbtests/dbtests.sh
+++ b/security/nss/tests/dbtests/dbtests.sh
@@ -97,6 +97,7 @@ dbtest_cleanup()
{
html "</TABLE><BR>"
cd ${QADIR}
+ chmod a+rw $RONLY_DIR
. common/cleanup.sh
}