mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-21 05:05:00 -07:00
posix: actually fix netbsd test
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user