From cc66b4c93bea20220de9ebd4a0b3f686da1d0453 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 7 Nov 2018 21:25:52 +0300 Subject: Add support for ssh:// git protocol --- tests/rep-fetch-git.testscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/rep-fetch-git.testscript') diff --git a/tests/rep-fetch-git.testscript b/tests/rep-fetch-git.testscript index 3fe0287..8e9d957 100644 --- a/tests/rep-fetch-git.testscript +++ b/tests/rep-fetch-git.testscript @@ -29,6 +29,8 @@ elif ($git_protocol == 'https-smart-unadv') rep = "$rep_git_https_smart_unadv" elif ($git_protocol == 'git') rep = "$rep_git_git" +elif ($git_protocol == 'ssh') + rep = "$rep_git_ssh" else exit "unexpected git protocol '$git_protocol'" end -- cgit v1.1