From 1bea4fac99bafb05ae919c89fd7f238204cca0e7 Mon Sep 17 00:00:00 2001 From: "nelsonb%netscape.com" Date: Fri, 7 Feb 2003 06:32:59 +0000 Subject: [PATCH] Fix the dbtests test on Windows, when run in all.sh. The problem was that fips.sh created a file in . named dbtest, which was actually some text output by a previous test. This dbtest file prevented the dbtest program from running. The text file now has another name. --- security/nss/tests/fips/fips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/nss/tests/fips/fips.sh b/security/nss/tests/fips/fips.sh index 2f2cbaed5b8c..087e0223f8f5 100755 --- a/security/nss/tests/fips/fips.sh +++ b/security/nss/tests/fips/fips.sh @@ -180,7 +180,7 @@ fips_140_1() mangle -i ${SOFTOKEN} -o 60000 -b 5 2>&1 echo "dbtest -r -d ${P_R_FIPSDIR} " # suppress the expected failure message - dbtest -r -d ${P_R_FIPSDIR} > ${TMP}/dbtest 2>&1 + dbtest -r -d ${P_R_FIPSDIR} > ${TMP}/dbtestoutput.txt 2>&1 html_msg $? 46 "Init NSS with a corrupted library (dbtest -r)" echo "cp ${TMP}/softokn3.sav ${SOFTOKEN}" cp ${TMP}/softokn3.sav ${SOFTOKEN}