X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9116-git-svn-log.sh;h=0374a7476bcc5b254aa1464d468434ae3205f114;hb=225c93a3cac93e8c619e5c8af47d2a781eedcacd;hp=fd6d1d20463f2a4de1bd8ed739c0e977921e037c;hpb=66fd74ea5db13e6f095f7c414e9ea4a1aa59cdc7;p=git.git diff --git a/t/t9116-git-svn-log.sh b/t/t9116-git-svn-log.sh index fd6d1d204..0374a7476 100755 --- a/t/t9116-git-svn-log.sh +++ b/t/t9116-git-svn-log.sh @@ -14,7 +14,7 @@ test_expect_success 'setup repository and import' ' mkdir -p $i && \ echo hello >> $i/README || exit 1 done && \ - svn import -m test . "$svnrepo" + svn_cmd import -m test . "$svnrepo" cd .. && git svn init "$svnrepo" -T trunk -b branches -t tags && git svn fetch &&