From f4ebbf756787d49a3ccfaaad0fffba5fc9fa4915 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 4 Jan 2017 09:03:41 -0500 Subject: fixup! Fix unit test failures in response to DNS hijacking. --- src/test/test_options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/test_options.c b/src/test/test_options.c index 3fe0dc33b0..29ec1e9824 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -649,7 +649,6 @@ test_options_validate__authdir(void *ignored) int ret; char *msg; setup_capture_of_logs(LOG_INFO); - // XXXX But it _can_ exist, if you're DNS-hijacked. options_test_data_t *tdata = get_options_test_data( "AuthoritativeDirectory 1\n" "Address this.should.not!exist!.example.org"); -- cgit v1.2.3-54-g00ecf