summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c
diff options
context:
space:
mode:
authortb <>2022-12-01 13:49:12 +0000
committertb <>2022-12-01 13:49:12 +0000
commitc36581ceccff1012990506e217c7be4b1aff5235 (patch)
tree2cb45cb780bc8387ff69684fdf79b9d9c81f26ae /src/regress/lib/libssl/handshake/valid_handshakes_terminate.c
parentf416f6aa9cd97f7a0e135e3983f377e9c20a8d6c (diff)
downloadopenbsd-c36581ceccff1012990506e217c7be4b1aff5235.tar.gz
openbsd-c36581ceccff1012990506e217c7be4b1aff5235.tar.bz2
openbsd-c36581ceccff1012990506e217c7be4b1aff5235.zip
Refrain from printing SUCCESS in some of my tests
Silence is good. On failure, the regress framework will make it clear.
Diffstat (limited to 'src/regress/lib/libssl/handshake/valid_handshakes_terminate.c')
-rw-r--r--src/regress/lib/libssl/handshake/valid_handshakes_terminate.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c b/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c
index 5f0e4f2c18..286b860a7d 100644
--- a/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c
+++ b/src/regress/lib/libssl/handshake/valid_handshakes_terminate.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: valid_handshakes_terminate.c,v 1.3 2019/04/05 20:25:42 tb Exp $ */ 1/* $OpenBSD: valid_handshakes_terminate.c,v 1.4 2022/12/01 13:49:12 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2019 Theo Buehler <tb@openbsd.org> 3 * Copyright (c) 2019 Theo Buehler <tb@openbsd.org>
4 * 4 *
@@ -50,8 +50,5 @@ main(int argc, char *argv[])
50 } 50 }
51 } 51 }
52 52
53 if (!fail)
54 printf("SUCCESS\n");
55
56 return fail; 53 return fail;
57} 54}