tor/changes/ifaddrs-tests-network-configs
teor (Tim Wilson-Brown) c464a36772 Make get_ifaddrs tests more tolerant of unusual network configs
* Don't assume that every test box has an IPv4 address
* Don't assume that every test box has a non-local address

Resolves issue #17255 released in unit tests in 0.2.7.3-rc.
2015-10-07 15:20:31 -04:00

8 lines
352 B
Plaintext

o Minor fixes (unit tests, networking):
- Make get_ifaddrs_* unit tests more tolerant of different network
configurations:
- Don't assume every test box has an IPv4 address.
- Don't assume every test box has a non-localhost address.
- Closes ticket #17255. Patch by "teor".
Fix for unit tests released in 0.2.7.3.