From 23b180da59ed01b3180ff6bde567d089d9fcebf4 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Thu, 14 Aug 2025 15:01:59 +0200 Subject: [PATCH] remove assert() triggering on Alpine CI --- tests/libtest/lib758.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/libtest/lib758.c b/tests/libtest/lib758.c index eb5be6a4f0..446489260c 100644 --- a/tests/libtest/lib758.c +++ b/tests/libtest/lib758.c @@ -441,7 +441,6 @@ static CURLcode t758_one(const char *URL, int timer_fail_at, tv.tv_usec = 100000; } - assert(maxFd); select_test((int)maxFd, &readSet, &writeSet, NULL, &tv); /* Check the sockets for reading / writing */