Fix: Use ipv6 loopback adress in test_uri
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 18 Feb 2016 17:45:13 +0000 (12:45 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Feb 2016 22:45:32 +0000 (17:45 -0500)
commit717c79120d43e81581c5c7d101295c5ff1028dee
tree3b2988c99fc71d2ae7326554b66594b0f177a999
parent85f2f68cb0f248493806d8727880cea1f1021ceb
Fix: Use ipv6 loopback adress in test_uri

Some older version of Debian/Ubuntu and maybe other distros won't set
localhost to point on ::1 in the system hosts file and use instead a
custom name like ip6-localhost or ipv6-locahost which is not
standardized across distros.

To work around this, use the ipv6 loopback address instead of localhost.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/unit/test_uri.c
This page took 0.025553 seconds and 4 git commands to generate.