summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsrc/regress/usr.bin/openssl/appstest.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/usr.bin/openssl/appstest.sh b/src/regress/usr.bin/openssl/appstest.sh
index 37842ecf0c..3125a424ec 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.57 2023/07/03 05:31:56 beck Exp $ 3# $OpenBSD: appstest.sh,v 1.58 2023/07/24 05:54:12 tb Exp $
4# 4#
5# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> 5# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org>
6# 6#
@@ -118,8 +118,6 @@ __EOF__
118 start_message "errstr" 118 start_message "errstr"
119 $openssl_bin errstr 2606A074 119 $openssl_bin errstr 2606A074
120 check_exit_status $? 120 check_exit_status $?
121 $openssl_bin errstr -stats 2606A074 > $user1_dir/errstr-stats.out
122 check_exit_status $?
123 121
124 #---------#---------#---------#---------#---------#---------#--------- 122 #---------#---------#---------#---------#---------#---------#---------
125 123