提交 8eca03c8 编写于 作者: E Eric Wong

t9146: use 'svn_cmd' wrapper

Using 'svn' directly may not work for all users.
Signed-off-by: NEric Wong <normalperson@yhbt.net>
上级 a5b80d92
......@@ -122,7 +122,7 @@ test_expect_success 'git svn gc-ed files work' '
: Compress::Zlib may not be available &&
if test -f "$unhandled".gz
then
svn mkdir -m gz "$svnrepo"/gz &&
svn_cmd mkdir -m gz "$svnrepo"/gz &&
git reset --hard $(git rev-list HEAD | tail -1) &&
git svn rebase &&
test -f "$unhandled".gz &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册