diff options
author | tb <> | 2024-01-12 13:16:48 +0000 |
---|---|---|
committer | tb <> | 2024-01-12 13:16:48 +0000 |
commit | 49891798a7d66f2ea94103d9b16029d4f73cf164 (patch) | |
tree | b4038428302e7c98d23bc5eaef0893f66d0721d3 | |
parent | a941bc4dee12272fae734d7e033698516cf7b2ee (diff) | |
download | openbsd-49891798a7d66f2ea94103d9b16029d4f73cf164.tar.gz openbsd-49891798a7d66f2ea94103d9b16029d4f73cf164.tar.bz2 openbsd-49891798a7d66f2ea94103d9b16029d4f73cf164.zip |
appstest: Zap a trailing tab added in previous
Diffstat (limited to '')
-rwxr-xr-x | src/regress/usr.bin/openssl/appstest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/usr.bin/openssl/appstest.sh b/src/regress/usr.bin/openssl/appstest.sh index ae93fd22df..500fae0251 100755 --- a/src/regress/usr.bin/openssl/appstest.sh +++ b/src/regress/usr.bin/openssl/appstest.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # $OpenBSD: appstest.sh,v 1.59 2024/01/12 11:24:02 job Exp $ | 3 | # $OpenBSD: appstest.sh,v 1.60 2024/01/12 13:16:48 tb Exp $ |
4 | # | 4 | # |
5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> | 5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> |
6 | # | 6 | # |
@@ -849,7 +849,7 @@ __EOF__ | |||
849 | -force_pubkey $server_dir/testpubkey.pem | 849 | -force_pubkey $server_dir/testpubkey.pem |
850 | > $revoke_cert.log 2>&1 | 850 | > $revoke_cert.log 2>&1 |
851 | check_exit_status $? | 851 | check_exit_status $? |
852 | 852 | ||
853 | start_message "x509 ... check if csr#2 cert has proper issuer & subject" | 853 | start_message "x509 ... check if csr#2 cert has proper issuer & subject" |
854 | if [ "$($openssl_bin x509 -in $revoke_cert -issuer -noout)" != \ | 854 | if [ "$($openssl_bin x509 -in $revoke_cert -issuer -noout)" != \ |
855 | "issuer= /CN=issuer" ]; then | 855 | "issuer= /CN=issuer" ]; then |