swrap: add basic support for fd-passing via SCM_RIGHTS
[socket_wrapper.git] / tests / CMakeLists.txt
index fce69e4355af7440f5fa368f49f0aacfcc0f28cb..db36bf35321b96e7b375d3a80890956ed96454f2 100644 (file)
@@ -116,10 +116,6 @@ foreach(_SWRAP_TEST ${SWRAP_TESTS})
     add_cmocka_test_environment(${_SWRAP_TEST})
 endforeach()
 
-if (HAVE_STRUCT_MSGHDR_MSG_CONTROL)
-    set_tests_properties(test_echo_tcp_sendmsg_recvmsg_fd PROPERTIES WILL_FAIL TRUE)
-endif (HAVE_STRUCT_MSGHDR_MSG_CONTROL)
-
 if (HELGRIND_TESTING)
     find_program(VALGRIND_EXECUTABLE valgrind)
     if (VALGRIND_EXECUTABLE)