aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_options.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-04 09:03:41 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-04 09:03:41 -0500
commitf4ebbf756787d49a3ccfaaad0fffba5fc9fa4915 (patch)
tree61e9c3df9c0b3125cb1ab34b6a73fb47b17226e9 /src/test/test_options.c
parentc4a6b56cc19878de4c76e83ce8e38ad709839d92 (diff)
downloadtor-f4ebbf756787d49a3ccfaaad0fffba5fc9fa4915.tar.gz
tor-f4ebbf756787d49a3ccfaaad0fffba5fc9fa4915.zip
fixup! Fix unit test failures in response to DNS hijacking.
Diffstat (limited to 'src/test/test_options.c')
-rw-r--r--src/test/test_options.c1
1 files changed, 0 insertions, 1 deletions
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");