From c3fec400101aa370810e393244c6846b1af7df92 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 10 Apr 2026 23:29:18 +0200 Subject: [PATCH] fixup return code --- tests/libtest/lib1587.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib1587.c b/tests/libtest/lib1587.c index 6afe89d8bc..3b1f5be74b 100644 --- a/tests/libtest/lib1587.c +++ b/tests/libtest/lib1587.c @@ -88,7 +88,7 @@ static CURLcode test_lib1587(const char *URL) curl_global_cleanup(); - return (int)result; + return result; } #else /* without OpenSSL this does nothing */