summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rwxr-xr-xregress/usr.bin/openssl/appstest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/openssl/appstest.sh b/regress/usr.bin/openssl/appstest.sh
index ae93fd22dfa..500fae02512 100755
--- a/regress/usr.bin/openssl/appstest.sh
+++ b/regress/usr.bin/openssl/appstest.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: appstest.sh,v 1.59 2024/01/12 11:24:02 job Exp $
+# $OpenBSD: appstest.sh,v 1.60 2024/01/12 13:16:48 tb Exp $
#
# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org>
#
@@ -849,7 +849,7 @@ __EOF__
-force_pubkey $server_dir/testpubkey.pem
> $revoke_cert.log 2>&1
check_exit_status $?
-
+
start_message "x509 ... check if csr#2 cert has proper issuer & subject"
if [ "$($openssl_bin x509 -in $revoke_cert -issuer -noout)" != \
"issuer= /CN=issuer" ]; then