aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-fetch-git.test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-04-30 22:55:13 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-02 11:41:23 +0300
commit4ebe65d7dda10909995c7460050811f05205e0ee (patch)
tree28c9c2c10ff2066483ab6ca1408fcf5362cceaf8 /tests/rep-fetch-git.test
parent58d5690f5a0e706e2ea8b899819d0c3db22f4793 (diff)
Add support for default and excluding git ref filters
Diffstat (limited to 'tests/rep-fetch-git.test')
-rw-r--r--tests/rep-fetch-git.test11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/rep-fetch-git.test b/tests/rep-fetch-git.test
index 697d967..d92bf4a 100644
--- a/tests/rep-fetch-git.test
+++ b/tests/rep-fetch-git.test
@@ -44,17 +44,10 @@ else
rep_git = "$rep"
end
-: none
+: branch
:
{
- fragment = ''
- .include rep-fetch-git-refname.test
-}
-
-: refname
-:
-{
- refname = '#master'
+ fragment = '#master'
.include rep-fetch-git-refname.test
}