Commit 25c0a986 authored by Oliver Giles's avatar Oliver Giles

unix-abstract consistency: remove __linux__ test

Explicitly disabling 'unix-abstract:' on non-Linux Unix platforms
needs more work than this, but maybe it's not worth it since the
result would just be a different runtime failure message. For now
just be consistent
parent 482e2d53
......@@ -102,9 +102,7 @@ TEST(AsyncIo, AddressParsing) {
#if !_WIN32
EXPECT_EQ("unix:foo/bar/baz", tryParse(w, network, "unix:foo/bar/baz"));
#if __linux__
EXPECT_EQ("unix-abstract:foo/bar/baz", tryParse(w, network, "unix-abstract:foo/bar/baz"));
#endif
#endif
// We can parse services by name...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment