X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9123-git-svn-rebuild-with-rewriteroot.sh;h=fd8184787fba13bbbf3f1ef377ad3f979ef8f47a;hb=ed36a48e6d246f4f60d44b27e8c1e660151cd0b4;hp=0ed90d982d28810c4f7a018fab3d2f8699b78d95;hpb=8577def6fc1dda3f18a284162aba07819fbcbcd4;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} '