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-git.testscript | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/rep-fetch-git.testscript') diff --git a/tests/rep-fetch-git.testscript b/tests/rep-fetch-git.testscript index aaf9ce5..8b5b010 100644 --- a/tests/rep-fetch-git.testscript +++ b/tests/rep-fetch-git.testscript @@ -29,8 +29,12 @@ elif ($git_protocol == 'https-smart-unadv') rep = "$rep_git_https_smart_unadv" elif ($git_protocol == 'git') rep = "$rep_git_git" +elif ($git_protocol == 'git-unadv') + rep = "$rep_git_git_unadv" elif ($git_protocol == 'ssh') rep = "$rep_git_ssh" +elif ($git_protocol == 'ssh-unadv') + rep = "$rep_git_ssh_unadv" else exit "unexpected git protocol '$git_protocol'" end -- cgit v1.1