Garbage collect test using the nseq command
authortb <tb@openbsd.org>
Wed, 26 Apr 2023 09:07:59 +0000 (09:07 +0000)
committertb <tb@openbsd.org>
Wed, 26 Apr 2023 09:07:59 +0000 (09:07 +0000)
reminded by anton

regress/usr.bin/openssl/appstest.sh

index 8ad3df1..859005a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $OpenBSD: appstest.sh,v 1.55 2022/07/14 08:33:31 tb Exp $
+# $OpenBSD: appstest.sh,v 1.56 2023/04/26 09:07:59 tb Exp $
 #
 # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org>
 #
@@ -963,12 +963,6 @@ __EOF__
        $openssl_bin x509 -in $spkaccert -inform DER -out $spkacpem -outform PEM
        check_exit_status $?
 
-       # server-admin cert verify
-
-       start_message "nseq"
-       $openssl_bin nseq -in $spkacpem -toseq -out $spkacpem.nseq
-       check_exit_status $?
-
        #---------#---------#---------#---------#---------#---------#---------
 
        # --- user1 operations (generate user1 key and csr) ---