Code

fast-import: don't allow 'ls' of path with empty components
[git.git] / t / t9113-git-svn-dcommit-new-file.sh
index c2b24a439d8f7aee5431a40dfe1fdb5ec61a53f6..e8479cec7abade29aec91b22bba69d4ab9804f21 100755 (executable)
@@ -8,14 +8,14 @@
 # daemon running on a users system if the test fails.
 # Not all git users will need to interact with SVN.
 
-test_description='git-svn dcommit new files over svn:// test'
+test_description='git svn dcommit new files over svn:// test'
 
 . ./lib-git-svn.sh
 
 require_svnserve
 
 test_expect_success 'start tracking an empty repo' '
-       svn mkdir -m "empty dir" "$svnrepo"/empty-dir &&
+       svn_cmd mkdir -m "empty dir" "$svnrepo"/empty-dir &&
        echo "[general]" > "$rawsvnrepo"/conf/svnserve.conf &&
        echo anon-access = write >> "$rawsvnrepo"/conf/svnserve.conf &&
        start_svnserve &&