From 3540731c987437dec05976b690f9971a9ff4ac08 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 15 Feb 2018 17:13:47 +0300 Subject: Shorten tag names for git repository tests (too long filenames on Windows) --- tests/rep-fetch-git.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/rep-fetch-git.test') 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 } -- cgit v1.1