summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/interop/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile.inc b/src/regress/lib/libssl/interop/Makefile.inc
index ed5fe26147..4a66390cbd 100644
--- a/src/regress/lib/libssl/interop/Makefile.inc
+++ b/src/regress/lib/libssl/interop/Makefile.inc
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile.inc,v 1.8 2020/12/17 00:51:11 bluhm Exp $ 1# $OpenBSD: Makefile.inc,v 1.9 2023/10/18 19:14:32 anton Exp $
2 2
3.PATH: ${.CURDIR}/.. 3.PATH: ${.CURDIR}/..
4 4
@@ -23,6 +23,8 @@ run-self-client-server: client server 127.0.0.1.crt
23 LD_LIBRARY_PATH=${LD_LIBRARY_PATH} \ 23 LD_LIBRARY_PATH=${LD_LIBRARY_PATH} \
24 ./client >client-self.out \ 24 ./client >client-self.out \
25 `sed -n 's/listen sock: //p' server-self.out` 25 `sed -n 's/listen sock: //p' server-self.out`
26 # wait for server to terminate
27 -sed -n 's/listen sock: //p' server-self.out | xargs nc 2>/dev/null
26 # check that the client run successfully to the end 28 # check that the client run successfully to the end
27 grep -q '^success$$' client-self.out 29 grep -q '^success$$' client-self.out
28 # client must have read server greeting 30 # client must have read server greeting