X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9113-git-svn-dcommit-new-file.sh;h=e8479cec7abade29aec91b22bba69d4ab9804f21;hb=a26df4cd2fdad7451d4ec99f8a339b9e107a4728;hp=e9b6128b3fa5c3d0cbbe5abb7f3e55267263449d;hpb=0d5055665ca1e76659ffa96bf972b4b0125ea069;p=git.git diff --git a/t/t9113-git-svn-dcommit-new-file.sh b/t/t9113-git-svn-dcommit-new-file.sh index e9b6128b3..e8479cec7 100755 --- a/t/t9113-git-svn-dcommit-new-file.sh +++ b/t/t9113-git-svn-dcommit-new-file.sh @@ -15,7 +15,7 @@ test_description='git svn dcommit new files over svn:// test' 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 &&