From a8ebfc8b3684f0e415ada6289dfa541f8ef3000a Mon Sep 17 00:00:00 2001 From: "sonmi%netscape.com" Date: Thu, 24 May 2001 23:28:21 +0000 Subject: [PATCH] hopefully fix for tindebox blue screen problem: Removed NT invalid character from the path git-svn-id: svn://10.0.0.236/trunk@95884 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/tests/header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/security/nss/tests/header b/mozilla/security/nss/tests/header index 6c2e8384e8e..abdfa71801b 100644 --- a/mozilla/security/nss/tests/header +++ b/mozilla/security/nss/tests/header @@ -260,7 +260,7 @@ tbx_dirs() fi if [ -z "${RESULTDIR}" ] ; then # needs to be different for tinderbox Debug "Setting RESULTDIR for tinderbox" - RESULTDIR="${D1}/tinderbox/tests_results/security/${HOST}-`date +%Y%m%d-%H:%M`" + RESULTDIR="${D1}/tinderbox/tests_results/security/${HOST}-`date +%Y%m%d-%H.%M`" #RESULTDIR=${UX_MASTERDIR}/mozilla/tests_results/security fi TBX_D2=`cd ../../../../..;pwd`