Imported Upstream version 2.13.0
[platform/upstream/git.git] / t / t9123-git-svn-rebuild-with-rewriteroot.sh
index fd81847..ead4045 100755 (executable)
@@ -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' '