From 3db9d3e7f43d5b1d1911c8d65d2d2c8688873632 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 16 Feb 2022 20:55:41 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test.c b/test.c index 67074d8..00d4252 100644 --- a/test.c +++ b/test.c @@ -1133,6 +1133,7 @@ check_failures(void) errno = 0; user_data.destroy_thread_pool_error = EDOM; assert(libar2_hash(sbuf, NULL, 0, ¶ms, &ctx_pt) == -1 && errno == EDOM); + errno = 0; user_data.destroy_thread_pool_error = EDOM; params.lanes = 1; assert(libar2_hash(sbuf, NULL, 0, ¶ms, &ctx_pt) == -1 && errno == EDOM); -- cgit v1.2.3-70-g09d2