From f5fb552b85e14209a4ee3220b3bdfbcdec0d14bf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 15 Feb 2018 20:39:14 +0300 Subject: Raise minimum supported git version to 2.11.0 from 2.1.4 --- tests/rep-fetch.test | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/rep-fetch.test') diff --git a/tests/rep-fetch.test b/tests/rep-fetch.test index f3732e6..3630709 100644 --- a/tests/rep-fetch.test +++ b/tests/rep-fetch.test @@ -163,7 +163,12 @@ $* 2>>/EOE != 0 : git-repos : -if ($remote != true) +if ($git_supported != true) +{ + # Skip git repository fetch tests. + # +} +elif ($remote != true) { git_protocol = 'local' .include rep-fetch-git.test -- cgit v1.1