posix: actually fix netbsd test

This commit is contained in:
Laytan Laats
2024-08-02 03:40:19 +02:00
parent 72220a855f
commit 5115aee23f
+1
View File
@@ -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) {