Skip to content

Commit 8eca03c

Browse files
author
Eric Wong
committed
t9146: use 'svn_cmd' wrapper
Using 'svn' directly may not work for all users. Signed-off-by: Eric Wong <[email protected]>
1 parent a5b80d9 commit 8eca03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9146-git-svn-empty-dirs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test_expect_success 'git svn gc-ed files work' '
122122
: Compress::Zlib may not be available &&
123123
if test -f "$unhandled".gz
124124
then
125-
svn mkdir -m gz "$svnrepo"/gz &&
125+
svn_cmd mkdir -m gz "$svnrepo"/gz &&
126126
git reset --hard $(git rev-list HEAD | tail -1) &&
127127
git svn rebase &&
128128
test -f "$unhandled".gz &&

0 commit comments

Comments
 (0)