diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-15 20:39:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-02-15 20:39:14 +0300 |
commit | f5fb552b85e14209a4ee3220b3bdfbcdec0d14bf (patch) | |
tree | c007dfa4caff53c857a6b1817b3c759280374fc5 /tests/rep-fetch.test | |
parent | 3540731c987437dec05976b690f9971a9ff4ac08 (diff) |
Raise minimum supported git version to 2.11.0 from 2.1.4
Diffstat (limited to 'tests/rep-fetch.test')
-rw-r--r-- | tests/rep-fetch.test | 7 |
1 files changed, 6 insertions, 1 deletions
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 |