t/t91XX-svn: start removing use of "git-" from these tests
Subversion tests use too many "git-foo" form, so I am converting them in two steps. This first step replaces literal strings "remotes/git-svn" and "git-svn-id" by introducing $remotes_git_svn and $git_svn_id constants defined as shell variables. This will reduce the number of false hits from "git grep". 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
24fa13cbb7
commit
16805d3e59
@ -17,7 +17,7 @@ rm -rf import
|
||||
test_expect_success 'init, fetch and checkout repository' '
|
||||
git svn init --rewrite-root=http://invalid.invalid/ "$svnrepo" &&
|
||||
git svn fetch
|
||||
git checkout -b mybranch remotes/git-svn
|
||||
git checkout -b mybranch ${remotes_git_svn}
|
||||
'
|
||||
|
||||
test_expect_success 'remove rev_map' '
|
||||
|
Reference in New Issue
Block a user