. ./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' '