mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00: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) {
|
if !testing.expect_value(t, posix.errno(), posix.Errno.EINTR) {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if posix.WIFEXITED(status) || posix.WIFSIGNALED(status) {
|
if posix.WIFEXITED(status) || posix.WIFSIGNALED(status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user