mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
c464a36772
* 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.
8 lines
352 B
Plaintext
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.
|