tests: use "git foo" without dash in strings
This changes "git-foo" to "git foo" when message strings in tests name git subcommands. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
1f77354b02
commit
f964732c05
@ -9,11 +9,11 @@ test_expect_success 'initialize repo' '
|
||||
mkdir -p deeply/nested/directory/number/2 &&
|
||||
echo foo > deeply/nested/directory/number/1/file &&
|
||||
echo foo > deeply/nested/directory/number/2/another &&
|
||||
svn import -m "import for git-svn" . "$svnrepo" &&
|
||||
svn import -m "import for git svn" . "$svnrepo" &&
|
||||
cd ..
|
||||
'
|
||||
|
||||
test_expect_success 'mirror via git-svn' '
|
||||
test_expect_success 'mirror via git svn' '
|
||||
git svn init "$svnrepo" &&
|
||||
git svn fetch &&
|
||||
git checkout -f -b test-rmdir ${remotes_git_svn}
|
||||
|
Reference in New Issue
Block a user