summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/socket_unix_seqpacket_local.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/syscalls/linux/socket_unix_seqpacket_local.cc')
-rw-r--r--test/syscalls/linux/socket_unix_seqpacket_local.cc9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/syscalls/linux/socket_unix_seqpacket_local.cc b/test/syscalls/linux/socket_unix_seqpacket_local.cc
index f9139a754..d9f7844db 100644
--- a/test/syscalls/linux/socket_unix_seqpacket_local.cc
+++ b/test/syscalls/linux/socket_unix_seqpacket_local.cc
@@ -29,18 +29,15 @@ std::vector<SocketPairKind> GetSocketPairs() {
ApplyVec<SocketPairKind>(
UnixDomainSocketPair,
AllBitwiseCombinations(List<int>{SOCK_SEQPACKET},
- List<int>{0, SOCK_NONBLOCK},
- List<int>{0, SOCK_CLOEXEC})),
+ List<int>{0, SOCK_NONBLOCK})),
ApplyVec<SocketPairKind>(
FilesystemBoundUnixDomainSocketPair,
AllBitwiseCombinations(List<int>{SOCK_SEQPACKET},
- List<int>{0, SOCK_NONBLOCK},
- List<int>{0, SOCK_CLOEXEC})),
+ List<int>{0, SOCK_NONBLOCK})),
ApplyVec<SocketPairKind>(
AbstractBoundUnixDomainSocketPair,
AllBitwiseCombinations(List<int>{SOCK_SEQPACKET},
- List<int>{0, SOCK_NONBLOCK},
- List<int>{0, SOCK_CLOEXEC}))));
+ List<int>{0, SOCK_NONBLOCK}))));
}
INSTANTIATE_TEST_CASE_P(