merge-recursive: Small code clarification -- variable name and comments
[gitweb.git] / t / t9123-git-svn-rebuild-with-rewriteroot.sh
index cf0415274c2d2abae7a6850818f4de8063cb61a7..0ed90d982d28810c4f7a018fab3d2f8699b78d95 100755 (executable)
@@ -8,10 +8,10 @@ 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' '