diff tests/test-subrepo-git.t @ 32902:642feee29d70

tests: protect tests involving git ext::sh with git-ext-sh
author Sean Farley <sean@farley.io>
date Thu, 15 Jun 2017 17:14:53 -0700
parents d6be5b5cc325
children 6d88468d435b
line wrap: on
line diff
--- a/tests/test-subrepo-git.t	Thu Jun 15 17:13:23 2017 -0700
+++ b/tests/test-subrepo-git.t	Thu Jun 15 17:14:53 2017 -0700
@@ -1137,6 +1137,8 @@
   ? s/foobar.orig
   ? s/snake.python.orig
 
+#if git19
+
 test for Git CVE-2016-3068
   $ hg init malicious-subrepository
   $ cd malicious-subrepository
@@ -1178,3 +1180,5 @@
   [255]
   $ f -Dq pwned.txt
   pwned: you asked for it
+
+#endif