mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
3871c102a6
Tor test now checks if "ping -6 -c 1 -W 1 ::1" works when "ping6 -c 1 -W 1 ::1" fails on tests. Fixes #24677; bugfix in 0.2.9.3-alpha. Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
o Minor bugfix (network IPv6 test):
|
|
- Tor test now checks if "ping -6 ::1" works when the user runs "make
|
|
test-network-all". Fixes bug 24677; bugfix on 0.2.9.3-alpha.
|
|
Patch by "ffmancera".
|