i18n: rebase-interactive: mark comments of squash for translation
[gitweb.git] / t / t9123-git-svn-rebuild-with-rewriteroot.sh
index c18878fad16a6565fe846cc958417fea73289dce..ead404589eb622edd30adda06ad9684517b7e1f4 100755 (executable)
@@ -3,20 +3,20 @@
 # Copyright (c) 2008 Jan Krüger
 #
 
-test_description='git-svn respects rewriteRoot during rebuild'
+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 svn fetch &&
        git checkout -b mybranch remotes/git-svn
        '