summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/session/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/session/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/session/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/session/Makefile b/src/regress/lib/libssl/interop/session/Makefile
index 072fa1b93c..c82440d785 100644
--- a/src/regress/lib/libssl/interop/session/Makefile
+++ b/src/regress/lib/libssl/interop/session/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2018/11/11 00:15:04 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.3 2018/11/11 07:39:35 bluhm Exp $
2 2
3LIBRARIES = libressl 3LIBRARIES = libressl
4.if exists(/usr/local/bin/eopenssl) 4.if exists(/usr/local/bin/eopenssl)
@@ -29,7 +29,8 @@ run-session-client-${clib}-server-${slib}: \
29 ../${clib}/client >${@:S/^run/client/}.out \ 29 ../${clib}/client >${@:S/^run/client/}.out \
30 -ss \ 30 -ss \
31 `sed -n 's/listen sock: //p' ${@:S/^run/server/}.out` 31 `sed -n 's/listen sock: //p' ${@:S/^run/server/}.out`
32 grep '^success$$' ${@:S/^run/server/}.out 32 grep '^success$$' ${@:S/^run/server/}.out || \
33 { sleep 1; grep '^success$$' ${@:S/^run/server/}.out; }
33 grep '^success$$' ${@:S/^run/client/}.out 34 grep '^success$$' ${@:S/^run/client/}.out
34 grep '^session 2: new$$' ${@:S/^run/server/}.out 35 grep '^session 2: new$$' ${@:S/^run/server/}.out
35 grep '^session 2: new$$' ${@:S/^run/client/}.out 36 grep '^session 2: new$$' ${@:S/^run/client/}.out