t9100-git-svn-basic: modernize test format
Some tests still use the old format with four spaces indentation. Standardize the tests to the new format with tab indentation. Signed-off-by: John Cai <johncai86@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3a3b98be91
commit
be1fce6dae
@ -38,9 +38,9 @@ test_expect_success \
|
||||
rm -rf import &&
|
||||
git svn init "$svnrepo"'
|
||||
|
||||
test_expect_success \
|
||||
'import an SVN revision into git' \
|
||||
'git svn fetch'
|
||||
test_expect_success 'import an SVN revision into git' '
|
||||
git svn fetch
|
||||
'
|
||||
|
||||
test_expect_success "checkout from svn" 'svn co "$svnrepo" "$SVN_TREE"'
|
||||
|
||||
@ -246,8 +246,7 @@ test_expect_success 'exit if init-ing a would clobber a URL' '
|
||||
test_must_fail git svn init "${svnrepo}2/bar"
|
||||
'
|
||||
|
||||
test_expect_success \
|
||||
'init allows us to connect to another directory in the same repo' '
|
||||
test_expect_success 'init allows us to connect to another directory in the same repo' '
|
||||
git svn init --minimize-url -i bar "$svnrepo/bar" &&
|
||||
git config --get svn-remote.svn.fetch \
|
||||
"^bar:refs/remotes/bar$" &&
|
||||
|
Loading…
Reference in New Issue
Block a user