[Python-apps-commits] r14384 - in packages/hg-git/trunk/debian (3 files)

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Thu Sep 14 06:04:14 UTC 2017


    Date: Thursday, September 14, 2017 @ 06:04:12
  Author: mithrandi
Revision: 14384

Add patch to fix ssh tests.

Added:
  packages/hg-git/trunk/debian/patches/
  packages/hg-git/trunk/debian/patches/fix-ssh-tests.patch
  packages/hg-git/trunk/debian/patches/series

Added: packages/hg-git/trunk/debian/patches/fix-ssh-tests.patch
===================================================================
--- packages/hg-git/trunk/debian/patches/fix-ssh-tests.patch	                        (rev 0)
+++ packages/hg-git/trunk/debian/patches/fix-ssh-tests.patch	2017-09-14 06:04:12 UTC (rev 14384)
@@ -0,0 +1,45 @@
+Index: hg-git-0.8.9/tests/test-git-clone.t
+===================================================================
+--- hg-git-0.8.9.orig/tests/test-git-clone.t	2017-09-14 08:03:40.486582234 +0200
++++ hg-git-0.8.9/tests/test-git-clone.t	2017-09-14 08:03:40.486582234 +0200
+@@ -51,8 +51,8 @@
+   abort: potentially unsafe hostname: '-oProxyCommand=rm${IFS}nonexistent'
+   [255]
+   $ hg clone 'git+ssh://fakehost|rm${IFS}nonexistent/path' 2>&1 >/dev/null | grep -v ^devel-warn:
+-  ssh: connect to host fakehost%7crm%24%7bifs%7dnonexistent port 22: * (glob)
++  ssh: Could not resolve hostname fakehost%7crm%24%7bifs%7dnonexistent: * (glob)
+   abort: git remote error: The remote server unexpectedly closed the connection.
+   $ hg clone 'git+ssh://fakehost%7Crm${IFS}nonexistent/path' 2>&1 >/dev/null | grep -v ^devel-warn:
+-  ssh: connect to host fakehost%7crm%24%7bifs%7dnonexistent port 22: * (glob)
++  ssh: Could not resolve hostname fakehost%7crm%24%7bifs%7dnonexistent: * (glob)
+   abort: git remote error: The remote server unexpectedly closed the connection.
+Index: hg-git-0.8.9/tests/test-pull.t
+===================================================================
+--- hg-git-0.8.9.orig/tests/test-pull.t	2017-09-14 08:03:40.486582234 +0200
++++ hg-git-0.8.9/tests/test-pull.t	2017-09-14 08:03:40.486582234 +0200
+@@ -366,8 +366,8 @@
+   abort: potentially unsafe hostname: '-oProxyCommand=rm nonexistent'
+   [255]
+   $ hg pull 'git+ssh://fakehost|shellcommand/path' 2>&1 >/dev/null | grep -v ^devel-warn:
+-  ssh: connect to host fakehost%7cshellcommand port 22: * (glob)
++  ssh: Could not resolve hostname fakehost%7cshellcommand: * (glob)
+   abort: git remote error: The remote server unexpectedly closed the connection.
+   $ hg pull 'git+ssh://fakehost%7Cshellcommand/path' 2>&1 >/dev/null | grep -v ^devel-warn:
+-  ssh: connect to host fakehost%7cshellcommand port 22: * (glob)
++  ssh: Could not resolve hostname fakehost%7cshellcommand: * (glob)
+   abort: git remote error: The remote server unexpectedly closed the connection.
+Index: hg-git-0.8.9/tests/test-push.t
+===================================================================
+--- hg-git-0.8.9.orig/tests/test-push.t	2017-09-14 08:03:40.486582234 +0200
++++ hg-git-0.8.9/tests/test-push.t	2017-09-14 08:03:40.486582234 +0200
+@@ -211,8 +211,8 @@
+   abort: potentially unsafe hostname: '-oProxyCommand=rm nonexistent'
+   [255]
+   $ hg push 'git+ssh://fakehost|rm%20nonexistent/path' 2>&1 >/dev/null | grep -v ^devel-warn:
+-  ssh: connect to host fakehost%7crm%20nonexistent port 22: * (glob)
++  ssh: Could not resolve hostname fakehost%7crm%20nonexistent: * (glob)
+   abort: git remote error: The remote server unexpectedly closed the connection.
+   $ hg push 'git+ssh://fakehost%7Crm%20nonexistent/path' 2>&1 >/dev/null | grep -v ^devel-warn:
+-  ssh: connect to host fakehost%7crm%20nonexistent port 22: * (glob)
++  ssh: Could not resolve hostname fakehost%7crm%20nonexistent: * (glob)
+   abort: git remote error: The remote server unexpectedly closed the connection.

Added: packages/hg-git/trunk/debian/patches/series
===================================================================
--- packages/hg-git/trunk/debian/patches/series	                        (rev 0)
+++ packages/hg-git/trunk/debian/patches/series	2017-09-14 06:04:12 UTC (rev 14384)
@@ -0,0 +1 @@
+fix-ssh-tests.patch




More information about the Python-apps-commits mailing list