Code

Merge branch 'js/merge-edit-option'
[git.git] / t / t9114-git-svn-dcommit-merge.sh
index 17b2855c4f308d463ea239f355549120dab4f80f..3077851015879fc147ded9bb573d02c13967eec9 100755 (executable)
@@ -35,13 +35,14 @@ EOF
 }
 
 test_expect_success 'setup svn repository' '
-       svn co "$svnrepo" mysvnwork &&
+       svn_cmd co "$svnrepo" mysvnwork &&
        mkdir -p mysvnwork/trunk &&
-       cd mysvnwork &&
-               big_text_block >> trunk/README &&
-               svn add trunk &&
-               svn ci -m "first commit" trunk &&
-               cd ..
+       (
+               cd mysvnwork &&
+               big_text_block >>trunk/README &&
+               svn_cmd add trunk &&
+               svn_cmd ci -m "first commit" trunk
+       )
        '
 
 test_expect_success 'setup git mirror and merge' '