From 159a8061cfefd465a39de693cb6510ade4f72022 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 26 May 2017 13:53:32 -0400 Subject: Mock tor_addr_lookup() during part of addr/basic test. If this function isn't mocked, then our unit tests break on stupid networks where localhost is broken or absent. Fixes bug 6298; bugfix on 0.0.9pre2. --- changes/bug6298 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug6298 (limited to 'changes') diff --git a/changes/bug6298 b/changes/bug6298 new file mode 100644 index 0000000000..8e03ce1a73 --- /dev/null +++ b/changes/bug6298 @@ -0,0 +1,4 @@ + o Minor bugfixes (unit tests): + - The unit tests now pass on systems where localhost is misconfigured + to some IPv4 address other than 127.0.0.1. Fixes bug 6298; + bugfix on 0.0.9pre2. -- cgit v1.2.3-54-g00ecf