diff options
Diffstat (limited to 'tests/rep-fetch-git.test')
-rw-r--r-- | tests/rep-fetch-git.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/rep-fetch-git.test b/tests/rep-fetch-git.test index 1330d20..b3bf875 100644 --- a/tests/rep-fetch-git.test +++ b/tests/rep-fetch-git.test @@ -41,17 +41,17 @@ end .include rep-fetch-git-branch.test } -: lightweight-tag +: ltag : { - branch = 'lightweight_tag' + branch = 'ltag' .include rep-fetch-git-branch.test } -: annotated-tag +: atag : { - branch = 'annotated_tag' + branch = 'atag' .include rep-fetch-git-branch.test } |