summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2007-01-31 04:29:47 +0000
committernelson%bolyard.com <devnull@localhost>2007-01-31 04:29:47 +0000
commit9261e9b07d85f21e911088d1b3718d5acd7da6cc (patch)
tree7c9e73606d7c1051365d269bde3d293435401cd4
parentc49566529868310077676fc9b64941d7a32b63dd (diff)
downloadnss-hg-9261e9b07d85f21e911088d1b3718d5acd7da6cc.tar.gz
Re-enable mangle test with offset of EOF - 8. Bug 193386.
-rwxr-xr-xsecurity/nss/tests/fips/fips.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/nss/tests/fips/fips.sh b/security/nss/tests/fips/fips.sh
index 62dcdfb0e..c5b477001 100755
--- a/security/nss/tests/fips/fips.sh
+++ b/security/nss/tests/fips/fips.sh
@@ -191,9 +191,8 @@ fips_140()
SOFTOKEN=${MANGLEDIR}/${DLL_PREFIX}softokn3.${DLL_SUFFIX}
echo "mangling ${SOFTOKEN}"
- echo "mangle -i ${SOFTOKEN} -o 60000 -b 5"
-# mangle -i ${SOFTOKEN} -o 60000 -b 5 2>&1
- false
+ echo "mangle -i ${SOFTOKEN} -o -8 -b 5"
+ mangle -i ${SOFTOKEN} -o -8 -b 5 2>&1
if [ $? -eq 0 ]; then
if [ "${OS_ARCH}" = "WINNT" ]; then
DBTEST=`which dbtest`