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.
This commit is contained in:
nelsonb%netscape.com 2003-02-07 06:32:59 +00:00
Родитель a07280607f
Коммит 1bea4fac99
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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}