~singpolyma/biboumi

0c85ed128a650aa4dde7d919b4165162225a818f — Florent Le Coz 7 years ago ccfdb60
Remove the localhost6 test, that’s not portable at all
1 files changed, 0 insertions(+), 6 deletions(-)

M tests/dns.cpp
M tests/dns.cpp => tests/dns.cpp +0 -6
@@ 65,12 65,6 @@ TEST_CASE("DNS resolver")
    loop();
    CHECK(!success);

    hostname = "localhost6";
    resolver.resolve(hostname, port,
                     success_cb, error_cb);
    loop();
    CHECK(success);

    hostname = "localhost";
    resolver.resolve(hostname, port,
                     success_cb, error_cb);