X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9123-git-svn-rebuild-with-rewriteroot.sh;h=fd8184787fba13bbbf3f1ef377ad3f979ef8f47a;hb=ba959de165c6fc0d08d851894a98778e739aafc9;hp=0ed90d982d28810c4f7a018fab3d2f8699b78d95;hpb=8a59702ad888c8c399b096759c1c678ffeca5b03;p=git.git diff --git a/t/t9123-git-svn-rebuild-with-rewriteroot.sh b/t/t9123-git-svn-rebuild-with-rewriteroot.sh index 0ed90d982..fd8184787 100755 --- a/t/t9123-git-svn-rebuild-with-rewriteroot.sh +++ b/t/t9123-git-svn-rebuild-with-rewriteroot.sh @@ -16,7 +16,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 svn fetch && git checkout -b mybranch ${remotes_git_svn} '