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.testscript | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/rep-fetch.testscript') diff --git a/tests/rep-fetch.testscript b/tests/rep-fetch.testscript index c1828a8..8320f70 100644 --- a/tests/rep-fetch.testscript +++ b/tests/rep-fetch.testscript @@ -732,6 +732,14 @@ else git_protocol = 'git' .include rep-fetch-git.testscript } + + : ssh + : + if ($git_ssh == true) + { + git_protocol = 'ssh' + .include rep-fetch-git.testscript + } } : strip-ext -- cgit v1.1