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/common/git/init | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/common/git/init') diff --git a/tests/common/git/init b/tests/common/git/init index c999347..691799e 100755 --- a/tests/common/git/init +++ b/tests/common/git/init @@ -104,8 +104,8 @@ git -C libfoo.git commit -am 'Create' # Add tags for libfoo.git. # -git -C libfoo.git tag 'lightweight_tag' -git -C libfoo.git tag -a 'annotated_tag' -m 'annotated_tag' +git -C libfoo.git tag 'ltag' +git -C libfoo.git tag -a 'atag' -m 'Create annotated tag' # Advance the master branch to make tags not to mark a branch tip. # @@ -163,8 +163,8 @@ git -C libfoo.git submodule add ../libbaz.git libbaz git -C libfoo.git submodule update --init libbaz git -C libfoo.git commit -am 'Add libbaz' -git -C libfoo.git tag -f 'lightweight_tag' -git -C libfoo.git tag -f -a 'annotated_tag' -m 'annotated_tag' +git -C libfoo.git tag -f 'ltag' +git -C libfoo.git tag -f -a 'atag' -m 'Move annotated tag' touch libfoo.git/INSTALL git -C libfoo.git add INSTALL -- cgit v1.1