summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/handshake/handshake_table.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/handshake_table.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/handshake_table.c')
-rw-r--r--src/regress/lib/libssl/handshake/handshake_table.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/handshake/handshake_table.c b/src/regress/lib/libssl/handshake/handshake_table.c
index b316734524..8ebed9a73e 100644
--- a/src/regress/lib/libssl/handshake/handshake_table.c
+++ b/src/regress/lib/libssl/handshake/handshake_table.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: handshake_table.c,v 1.17 2022/03/08 16:59:25 tb Exp $ */ 1/* $OpenBSD: handshake_table.c,v 1.18 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 *
@@ -546,8 +546,5 @@ main(int argc, char *argv[])
546 if (!verify_table(hs_table, print)) 546 if (!verify_table(hs_table, print))
547 return 1; 547 return 1;
548 548
549 if (!print)
550 printf("SUCCESS\n");
551
552 return 0; 549 return 0;
553} 550}