diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-12 13:16:49 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-01-12 13:16:49 +0000 |
commit | dcc5bf3694b68a3f56518e91955e395590396d6b (patch) | |
tree | 0ef1eae885195013b63ab7d25ffdef51a1656280 /regress | |
parent | 1fef66aab8bfb6f724309df20cafe587bcf12cbb (diff) |
appstest: Zap a trailing tab added in previous
Diffstat (limited to 'regress')
-rwxr-xr-x | regress/usr.bin/openssl/appstest.sh | 4 |
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 |