summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2004-01-17 05:55:20 +0000
committernelsonb%netscape.com <devnull@localhost>2004-01-17 05:55:20 +0000
commit24200b7b0e1806577e4549e09f12cd2a20c4be6c (patch)
tree238f72f3943b9597557af153acd804c1b8ef2591
parentb6540fff1709917968cceb53b3139ed6f12d5651 (diff)
downloadnss-hg-24200b7b0e1806577e4549e09f12cd2a20c4be6c.tar.gz
Fix two more incorrect cert names that caused erroneous test results.
Bug 231221.
-rwxr-xr-xsecurity/nss/tests/pkits/pkits.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/tests/pkits/pkits.sh b/security/nss/tests/pkits/pkits.sh
index 91170a68d..0cc590561 100755
--- a/security/nss/tests/pkits/pkits.sh
+++ b/security/nss/tests/pkits/pkits.sh
@@ -611,8 +611,8 @@ pkits_NameConstraints()
$certs/TrustAnchorRootCertificate.crt
VFY_ACTION="Valid RFC822 nameConstraints Test25"
- pkits $certs/InvalidRFC822nameConstraintsTest24EE.crt \
- $certs/nameConstraintsRFC822CA2Cert.crt \
+ pkits $certs/ValidRFC822nameConstraintsTest25EE.crt \
+ $certs/nameConstraintsRFC822CA3Cert.crt \
$certs/TrustAnchorRootCertificate.crt
VFY_ACTION="Invalid RFC822 nameConstraints Test26"