]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1038: tests: test_channel.py fails with IPv6 v9.1.1038
authorChristian Brabandt <cb@256bit.org>
Sun, 19 Jan 2025 13:50:31 +0000 (14:50 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 19 Jan 2025 13:50:31 +0000 (14:50 +0100)
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>
src/testdir/test_channel.py
src/version.c

index 35c34fc2669a26719ac01cd6b0ae4036d0954217..e02f7dbcb47328fa3db7cb19275c393242c3a7b7 100644 (file)
@@ -285,4 +285,4 @@ def main(host, port, server_class=ThreadedTCPServer):
         server.shutdown()
 
 if __name__ == "__main__":
-    main("localhost", 0)
+    main("127.0.0.1", 0)
index 9bd759932af864c3d84f12d5b2eb6589d709bf2f..fa824628197da0b9aff92be1f24a4dc1808386c0 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1038,
 /**/
     1037,
 /**/