diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-07 21:25:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-08 16:36:27 +0300 |
commit | cc66b4c93bea20220de9ebd4a0b3f686da1d0453 (patch) | |
tree | 7abc36a4236b410cd2a9ee350b52fef84ae7c35b /tests/rep-fetch-git.testscript | |
parent | dfabdad54e9a2fc15e37d0b407448390ea701f09 (diff) |
Add support for ssh:// git protocol
Diffstat (limited to 'tests/rep-fetch-git.testscript')
-rw-r--r-- | tests/rep-fetch-git.testscript | 2 |
1 files changed, 2 insertions, 0 deletions
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 |