diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-20 13:16:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-21 18:39:22 +0300 |
commit | f2569bd8b6cff7f17ae71035cc3d4e86b2fc0cc4 (patch) | |
tree | 007f39f3a557c21a35ffb4fee586c1d9b4669810 /tests/rep-fetch-git.testscript | |
parent | 8bf1ad21e235017f80c1fb4566a051895a0cd85b (diff) |
Adapt rep-fetch tests to full support of git versions prior to 2.14
Diffstat (limited to 'tests/rep-fetch-git.testscript')
-rw-r--r-- | tests/rep-fetch-git.testscript | 4 |
1 files changed, 4 insertions, 0 deletions
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 |