aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-fetch-git.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rep-fetch-git.testscript')
-rw-r--r--tests/rep-fetch-git.testscript2
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