Skip to content

Commit 3f5e62c

Browse files
Niklas HallqvistThomasdezeeuw
authored andcommitted
Do not test RECVTOS on OpenBSD.
1 parent 11cfe5d commit 3f5e62c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/socket.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,7 @@ test!(IPv4 tos, set_tos(96));
11901190
target_os = "fuchsia",
11911191
target_os = "illumos",
11921192
target_os = "netbsd",
1193+
target_os = "openbsd",
11931194
target_os = "redox",
11941195
target_os = "solaris",
11951196
target_os = "windows",

0 commit comments

Comments
 (0)