summaryrefslogtreecommitdiff
path: root/security/nss/tests
diff options
context:
space:
mode:
authorsonja.mirtitsch%sun.com <devnull@localhost>2002-01-23 00:21:01 +0000
committersonja.mirtitsch%sun.com <devnull@localhost>2002-01-23 00:21:01 +0000
commit9a9cab23c0b02e854add04bd7476d169ba67e1b9 (patch)
treeca6eaf8bbb8fd04212237bcf29e5bf69d81c6f09 /security/nss/tests
parent50c5912bdb32c0dc8ed4aa8331e1828b7c9cd971 (diff)
downloadnss-hg-9a9cab23c0b02e854add04bd7476d169ba67e1b9.tar.gz
removing tmpfiles on tinderboxes
Diffstat (limited to 'security/nss/tests')
-rwxr-xr-xsecurity/nss/tests/nssqa4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/nss/tests/nssqa b/security/nss/tests/nssqa
index 9bec97b6e..84c8b8f60 100755
--- a/security/nss/tests/nssqa
+++ b/security/nss/tests/nssqa
@@ -269,6 +269,10 @@ done
if [ "$O_TBX" = "ON" -o "$O_LOCAL" = "ON" ] ; then
#FIXME - maybe it should be copied back to the networkdrive later (-ln)
+ if [ -n "${TMPFILES}" ] ; then #caused problems on tinderbox machines
+ Debug "rm -f ${TMPFILES}"
+ rm -f $TMPFILES 2>/dev/null
+ fi
Debug "running qa_stat"
. `dirname $0`/qa_stat
fi