mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -04:00
patch 9.1.1038: tests: test_channel.py fails with IPv6
Problem: tests: test_channel.py fails with IPv6 (eds-collabora) Solution: Use 127.0.0.1 instead of localhost fixes: #16398 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
8dec6c2e6c
commit
2a5312e738
@ -285,4 +285,4 @@ def main(host, port, server_class=ThreadedTCPServer):
|
|||||||
server.shutdown()
|
server.shutdown()
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main("localhost", 0)
|
main("127.0.0.1", 0)
|
||||||
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1038,
|
||||||
/**/
|
/**/
|
||||||
1037,
|
1037,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user