[PATCH 2 of 3] test-convert-git: skip tests with invalid path characters on Windows

Matt Harbison mharbison72 at gmail.com
Fri Apr 15 23:52:13 EDT 2016


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1460774272 14400
#      Fri Apr 15 22:37:52 2016 -0400
# Node ID ab0ec5c112d7a5ed96fd7d2a3a767147f1ccf671
# Parent  1459063eacbfe221976eea7fdd17854e27a8fa98
test-convert-git: skip tests with invalid path characters on Windows

diff --git a/tests/test-convert-git.t b/tests/test-convert-git.t
--- a/tests/test-convert-git.t
+++ b/tests/test-convert-git.t
@@ -730,6 +730,8 @@
   $ hg convert git-repo4 git-repo4-broken-hg 2>&1 | grep 'abort:'
   abort: cannot read changes in 1c0ce3c5886f83a1d78a7b517cdff5cf9ca17bdd
 
+#if no-windows
+
 test for escaping the repo name (CVE-2016-3069)
 
   $ git init '`echo pwned >COMMAND-INJECTION`'
@@ -746,3 +748,6 @@
   updating bookmarks
   $ test -f COMMAND-INJECTION
   [1]
+
+#endif
+


More information about the Mercurial-devel mailing list