summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2016-01-15 12:14:49 +0100
committerFlorent Le Coz <louiz@louiz.org>2016-01-15 12:14:49 +0100
commit0c85ed128a650aa4dde7d919b4165162225a818f (patch)
tree757a1ebf568f63dd340e7e206ccf439ccb31012f
parentccfdb60cc1b63cec2a97eaaaec23ca547b7f2a09 (diff)
downloadbiboumi-0c85ed128a650aa4dde7d919b4165162225a818f.tar.gz
biboumi-0c85ed128a650aa4dde7d919b4165162225a818f.tar.bz2
biboumi-0c85ed128a650aa4dde7d919b4165162225a818f.tar.xz
biboumi-0c85ed128a650aa4dde7d919b4165162225a818f.zip
Remove the localhost6 test, that’s not portable at all
-rw-r--r--tests/dns.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/dns.cpp b/tests/dns.cpp
index e8cbc7f..4ec1b96 100644
--- a/tests/dns.cpp
+++ b/tests/dns.cpp
@@ -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);