Skip to content

Commit

Permalink
t9146: use 'svn_cmd' wrapper
Browse files Browse the repository at this point in the history
Using 'svn' directly may not work for all users.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Eric Wong committed Dec 20, 2009
1 parent a5b80d9 commit 8eca03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t9146-git-svn-empty-dirs.sh
Original file line number Diff line number Diff line change
@@ -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 &&

0 comments on commit 8eca03c

Please sign in to comment.