Disable mangle test to make Tinderbox go green again. Bug 193386.

git-svn-id: svn://10.0.0.236/trunk@218956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nelson%bolyard.com 2007-01-26 04:39:05 +00:00
parent c1c504e712
commit 39328ee16b

View File

@ -202,7 +202,8 @@ fips_140()
echo "mangling ${SOFTOKEN}"
echo "mangle -i ${SOFTOKEN} -o 60000 -b 5"
mangle -i ${SOFTOKEN} -o 60000 -b 5 2>&1
# mangle -i ${SOFTOKEN} -o 60000 -b 5 2>&1
false
if [ $? -eq 0 ]; then
if [ "${OS_ARCH}" = "WINNT" ]; then
DBTEST=`which dbtest`
@ -237,4 +238,4 @@ fips_cleanup()
fips_init
fips_140
fips_cleanup
echo "fips.sh done"