fdpass test: assert that TCP connections don't say they can pass fds
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 17 Nov 2015 13:23:30 +0000 (13:23 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Tue, 17 Nov 2015 13:48:23 +0000 (14:48 +0100)
commit32f966b9086e39c0dfaa80a87e739d2b9b4f869a
tree0692afd8a91d16f628ad74584dfbaaebcd81ed18
parentd00bbd9711fce5e5fc24254c247a4530ec750dfa
fdpass test: assert that TCP connections don't say they can pass fds

As well as slightly increasing our test coverage, this ensures
that at least one test-case in this test is not skipped, working
around CMake's lack of support for the Automake-style exit code
produced by GTest executables (they exit 77 if everything was skipped).

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92887
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
test/fdpass.c