t9146: use 'svn_cmd' wrapper
authorEric Wong <normalperson@yhbt.net>
Sun, 20 Dec 2009 07:05:57 +0000 (23:05 -0800)
committerEric Wong <normalperson@yhbt.net>
Sun, 20 Dec 2009 07:06:20 +0000 (23:06 -0800)
Using 'svn' directly may not work for all users.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
t/t9146-git-svn-empty-dirs.sh

index 3f2d7198270f0ad4bcb4d1082a0b452e37a53f05..565365cbd3ff80d816dd02b2072045cd25ae4b93 100755 (executable)
@@ -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 &&