From 09d07a30bae3552ba15e9ccd07c428c0759a84ff Mon Sep 17 00:00:00 2001 From: "sonja.mirtitsch%sun.com" Date: Wed, 23 Jan 2002 00:21:01 +0000 Subject: [PATCH] removing tmpfiles on tinderboxes git-svn-id: svn://10.0.0.236/trunk@112545 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/tests/nssqa | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/security/nss/tests/nssqa b/mozilla/security/nss/tests/nssqa index 9bec97b6ed5..84c8b8f600d 100755 --- a/mozilla/security/nss/tests/nssqa +++ b/mozilla/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