Merge branch 'js/rebase-i-dedup-call-to-rerere'
[gitweb.git] / t / t9123-git-svn-rebuild-with-rewriteroot.sh
index cf0415274c2d2abae7a6850818f4de8063cb61a7..ead404589eb622edd30adda06ad9684517b7e1f4 100755 (executable)
@@ -8,16 +8,16 @@ test_description='git svn respects rewriteRoot during rebuild'
 . ./lib-git-svn.sh
 
 mkdir import
-cd import
+(cd import
        touch foo
-       svn import -m 'import for git svn' . "$svnrepo" >/dev/null
-cd ..
+       svn_cmd import -m 'import for git svn' . "$svnrepo" >/dev/null
+)
 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 svn fetch &&
+       git checkout -b mybranch remotes/git-svn
        '
 
 test_expect_success 'remove rev_map' '