summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsonmi%netscape.com <devnull@localhost>2001-07-10 23:45:56 +0000
committersonmi%netscape.com <devnull@localhost>2001-07-10 23:45:56 +0000
commit5f747ed1e4235597dbb027ba8f2c73a663497e95 (patch)
tree79405c2ca755e20def7870e6fdfcf44dbd4c2616
parent9e524266b04998aca5d3f720359d93cce00aac5e (diff)
downloadnss-hg-5f747ed1e4235597dbb027ba8f2c73a663497e95.tar.gz
we were missing one signtool test, by having -w twice instead of -v (list)
-w (signerinfo)
-rw-r--r--security/nss/tests/tools/tools.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/tests/tools/tools.sh b/security/nss/tests/tools/tools.sh
index e70c42d92..5928d28ac 100644
--- a/security/nss/tests/tools/tools.sh
+++ b/security/nss/tests/tools/tools.sh
@@ -150,9 +150,9 @@ SIGNSCRIPT
html_msg $? 0 "Signing a set of files (signtool -Z)"
echo "$SCRIPTNAME: Listing signed files in jar ----------------------"
- echo "signtool -w nojs.jar -d ${R_ALICEDIR}"
- signtool -w nojs.jar -d ${R_ALICEDIR}
- html_msg $? 0 "Listing signed files in jar (signtool -w)"
+ echo "signtool -v nojs.jar -d ${R_ALICEDIR} -p nss -k objsigner"
+ signtool -v nojs.jar -d ${R_ALICEDIR} -p nss -k objsigner
+ html_msg $? 0 "Listing signed files in jar (signtool -v)"
echo "$SCRIPTNAME: Show who signed jar ------------------------------"
echo "signtool -w nojs.jar -d ${R_ALICEDIR}"