aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-fetch.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rep-fetch.testscript')
-rw-r--r--tests/rep-fetch.testscript15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/rep-fetch.testscript b/tests/rep-fetch.testscript
index c2fd4cc..cd1c919 100644
--- a/tests/rep-fetch.testscript
+++ b/tests/rep-fetch.testscript
@@ -733,6 +733,13 @@ else
.include rep-fetch-git.testscript
}
+ : git-unadv
+ :
+ {
+ git_protocol = 'git-unadv'
+ .include rep-fetch-git.testscript
+ }
+
: ssh
:
if ($git_ssh == true)
@@ -740,6 +747,14 @@ else
git_protocol = 'ssh'
.include rep-fetch-git.testscript
}
+
+ : ssh-unadv
+ :
+ if ($git_ssh == true)
+ {
+ git_protocol = 'ssh-unadv'
+ .include rep-fetch-git.testscript
+ }
}
: strip-ext