From 5115aee23f5518586cb0e8f21474a03f5e503b11 Mon Sep 17 00:00:00 2001 From: Laytan Laats Date: Fri, 2 Aug 2024 03:40:19 +0200 Subject: [PATCH] posix: actually fix netbsd test --- tests/core/sys/posix/posix.odin | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/sys/posix/posix.odin b/tests/core/sys/posix/posix.odin index bfe4f7875..bb5c7a65b 100644 --- a/tests/core/sys/posix/posix.odin +++ b/tests/core/sys/posix/posix.odin @@ -256,6 +256,7 @@ test_signal :: proc(t: ^testing.T) { if !testing.expect_value(t, posix.errno(), posix.Errno.EINTR) { break } + continue } if posix.WIFEXITED(status) || posix.WIFSIGNALED(status) {