From: Lars Erik Wik Date: Tue, 7 Oct 2025 09:45:07 +0000 (+0200) Subject: bioprinttest.c: return 1 on test skip X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14db3348533258db16df76043a1d5a3c14783e41;p=thirdparty%2Fopenssl.git bioprinttest.c: return 1 on test skip Signed-off-by: Lars Erik Wik CLA: trivial Reviewed-by: Saša Nedvědický Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/28771) --- diff --git a/test/bioprinttest.c b/test/bioprinttest.c index 4b661a9c65d..d670c2a6737 100644 --- a/test/bioprinttest.c +++ b/test/bioprinttest.c @@ -551,6 +551,7 @@ static int test_n(int i) if (_get_printf_count_output() == 0) { TEST_note("Can't enable %%n handling for snprintf" ", skipping the checks against libc"); + return 1; } #elif defined(__OpenBSD__) {