diff options
Diffstat (limited to 'tests/rep-fetch.test')
-rw-r--r-- | tests/rep-fetch.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/rep-fetch.test b/tests/rep-fetch.test index f3732e6..3630709 100644 --- a/tests/rep-fetch.test +++ b/tests/rep-fetch.test @@ -163,7 +163,12 @@ $* 2>>/EOE != 0 : git-repos : -if ($remote != true) +if ($git_supported != true) +{ + # Skip git repository fetch tests. + # +} +elif ($remote != true) { git_protocol = 'local' .include rep-fetch-git.test |