From f2569bd8b6cff7f17ae71035cc3d4e86b2fc0cc4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 20 Jun 2019 13:16:52 +0300 Subject: Adapt rep-fetch tests to full support of git versions prior to 2.14 --- tests/rep-fetch.testscript | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/rep-fetch.testscript') diff --git a/tests/rep-fetch.testscript b/tests/rep-fetch.testscript index c2fd4cc..cd1c919 100644 --- a/tests/rep-fetch.testscript +++ b/tests/rep-fetch.testscript @@ -733,6 +733,13 @@ else .include rep-fetch-git.testscript } + : git-unadv + : + { + git_protocol = 'git-unadv' + .include rep-fetch-git.testscript + } + : ssh : if ($git_ssh == true) @@ -740,6 +747,14 @@ else git_protocol = 'ssh' .include rep-fetch-git.testscript } + + : ssh-unadv + : + if ($git_ssh == true) + { + git_protocol = 'ssh-unadv' + .include rep-fetch-git.testscript + } } : strip-ext -- cgit v1.1