]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: fix failing test-socket-util when running with ipv6.disable=1 kernel param 1806/head
authorMarcin Bachry <hegel666@gmail.com>
Wed, 11 Nov 2015 14:45:26 +0000 (15:45 +0100)
committerMarcin Bachry <hegel666@gmail.com>
Wed, 11 Nov 2015 15:54:11 +0000 (16:54 +0100)
commit4ebc62ec87162aaa11e077f8693316ecf2d5c58d
tree0cec9d5ca8c5cbf482d742dd422de95df51c299d
parent3116c225d2e3c0d8e6b3f4d4a9b48443cc7baf2d
test: fix failing test-socket-util when running with ipv6.disable=1 kernel param

The ability to use inet_pton(AF_INET6, ...) doesn't depend on kernel
ipv6 support (inet_pton is a pure libc function), so make ipv6 address
parsing tests unconditional.
src/test/test-socket-util.c