diff options
Diffstat (limited to 'tests/rep-fetch.testscript')
-rw-r--r-- | tests/rep-fetch.testscript | 8 |
1 files changed, 8 insertions, 0 deletions
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 |