summaryrefslogtreecommitdiff
path: root/security/nss/tests/nssqa
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/tests/nssqa')
-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