X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9123-git-svn-rebuild-with-rewriteroot.sh;h=045521615c64d1ae938524b0424e1e4260ca8c54;hb=c39e9eb3df18c34330d50ebfae28b42880d9a4cc;hp=cf0415274c2d2abae7a6850818f4de8063cb61a7;hpb=d1f6c18bd6ea5fd373f9f6356e02854678ffa0fd;p=git.git diff --git a/t/t9123-git-svn-rebuild-with-rewriteroot.sh b/t/t9123-git-svn-rebuild-with-rewriteroot.sh index cf0415274..045521615 100755 --- a/t/t9123-git-svn-rebuild-with-rewriteroot.sh +++ b/t/t9123-git-svn-rebuild-with-rewriteroot.sh @@ -10,7 +10,7 @@ test_description='git svn respects rewriteRoot during rebuild' mkdir import cd import touch foo - svn import -m 'import for git svn' . "$svnrepo" >/dev/null + svn_cmd import -m 'import for git svn' . "$svnrepo" >/dev/null cd .. rm -rf import