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.testscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/rep-fetch-git.testscript b/tests/rep-fetch-git.testscript
index aaf9ce5..8b5b010 100644
--- a/tests/rep-fetch-git.testscript
+++ b/tests/rep-fetch-git.testscript
@@ -29,8 +29,12 @@ elif ($git_protocol == 'https-smart-unadv')
rep = "$rep_git_https_smart_unadv"
elif ($git_protocol == 'git')
rep = "$rep_git_git"
+elif ($git_protocol == 'git-unadv')
+ rep = "$rep_git_git_unadv"
elif ($git_protocol == 'ssh')
rep = "$rep_git_ssh"
+elif ($git_protocol == 'ssh-unadv')
+ rep = "$rep_git_ssh_unadv"
else
exit "unexpected git protocol '$git_protocol'"
end