summaryrefslogtreecommitdiff
path: root/deps/uv/test/test-pipe-sendmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/test/test-pipe-sendmsg.c')
-rw-r--r--deps/uv/test/test-pipe-sendmsg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/uv/test/test-pipe-sendmsg.c b/deps/uv/test/test-pipe-sendmsg.c
index f6d893b449..3bf427f8aa 100644
--- a/deps/uv/test/test-pipe-sendmsg.c
+++ b/deps/uv/test/test-pipe-sendmsg.c
@@ -102,6 +102,9 @@ static void read_cb(uv_stream_t* handle,
TEST_IMPL(pipe_sendmsg) {
+#if defined(NO_SEND_HANDLE_ON_PIPE)
+ RETURN_SKIP(NO_SEND_HANDLE_ON_PIPE);
+#endif
uv_pipe_t p;
int r;
int fds[2];