Browse Source

posix: actually fix netbsd test

Laytan Laats 1 year ago
parent
commit
5115aee23f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/core/sys/posix/posix.odin

+ 1 - 0
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) {
 				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) {