diff options
author | sonmi%netscape.com <devnull@localhost> | 2001-09-11 01:46:09 +0000 |
---|---|---|
committer | sonmi%netscape.com <devnull@localhost> | 2001-09-11 01:46:09 +0000 |
commit | 5a33d90a635728a24b00698e102c4440fb160312 (patch) | |
tree | b5734ec16fb18afa356bc1da9dd887132d0431d3 /security/nss/tests | |
parent | 363ae8e4c2e49b50b05c1409b222ee25cab8b387 (diff) | |
download | nss-hg-5a33d90a635728a24b00698e102c4440fb160312.tar.gz |
removed obsolete workaround, not running pk12util tests because of 3.2 failures
Diffstat (limited to 'security/nss/tests')
-rw-r--r-- | security/nss/tests/tools/tools.sh | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/security/nss/tests/tools/tools.sh b/security/nss/tests/tools/tools.sh index 4a9c5875c..24b1cd101 100644 --- a/security/nss/tests/tools/tools.sh +++ b/security/nss/tests/tools/tools.sh @@ -176,15 +176,7 @@ tools_cleanup() tools_init -#FIXME - tmp workaround for tests that do not work in 3.2 RTM -#echo $BC_ACTION | grep "forward compatibility" && RUN_TOOLS_P12="FALSE" -echo $BC_ACTION | grep "compatibility" && RUN_TOOLS_P12="FALSE" -if [ -n "${RUN_TOOLS_P12}" -a "${RUN_TOOLS_P12}" = "FALSE" ] ; then - html_msg 0 0 "Can't run pk12util tests for NSS 3.2 (pk12util -i)" - html_msg 0 0 "Can't run pk12util tests for NSS 3.2 (pk12util -o)" -else - tools_p12 -fi +tools_p12 tools_sign tools_cleanup |