Skip to content

Commit eee1b78

Browse files
Niklas HallqvistThomasdezeeuw
Niklas Hallqvist
authored andcommitted
Do not test RECVTOS on OpenBSD.
1 parent 1a36b63 commit eee1b78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/socket.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ test!(IPv4 tos, set_tos(96));
11781178
target_os = "fuchsia",
11791179
target_os = "illumos",
11801180
target_os = "netbsd",
1181+
target_os = "openbsd",
11811182
target_os = "redox",
11821183
target_os = "solaris",
11831184
target_os = "windows",

0 commit comments

Comments
 (0)