gio/tests/socket.c: fix on OS X
authorDan Winship <danw@gnome.org>
Sun, 21 Jun 2015 16:10:06 +0000 (12:10 -0400)
committerDan Winship <danw@gnome.org>
Mon, 29 Jun 2015 18:40:56 +0000 (14:40 -0400)
commitb25fa8feed42d226b63f4d89ebf4b07041d26181
treebed4de193bb26eeed617d747191466967858855d
parentb97d666b2f4ce7f05b54f07906122608358fc177
gio/tests/socket.c: fix on OS X

The semantics of calling shutdown() on a dup()ed socket aren't
well-specified, so don't require any specific behavior.

https://bugzilla.gnome.org/show_bug.cgi?id=747676
gio/tests/socket.c