aboutsummaryrefslogtreecommitdiff
path: root/tests/rep-fetch-git.test
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-02-15 17:13:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-02-15 19:20:56 +0300
commit3540731c987437dec05976b690f9971a9ff4ac08 (patch)
treeb3cf2b8afb1e2e48b68c029bec087afed623e582 /tests/rep-fetch-git.test
parent70bf3a57714b813ee226ed20ef749ac9a85ea853 (diff)
Shorten tag names for git repository tests (too long filenames on Windows)
Diffstat (limited to 'tests/rep-fetch-git.test')
-rw-r--r--tests/rep-fetch-git.test8
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
}