diff options
author | Eric Wong <normalperson@yhbt.net> | 2009-12-19 23:05:57 -0800 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2009-12-19 23:06:20 -0800 |
commit | 8eca03c86134c3f73eb8f16899165a3bd2014376 (patch) | |
tree | 2d62e35a7086d036d6008e4e19b48cb757e6d8df /t/t9146-git-svn-empty-dirs.sh | |
parent | a5b80d92632a2d76325d4b6e6161022171a9fee4 (diff) | |
download | git-8eca03c86134c3f73eb8f16899165a3bd2014376.tar.gz git-8eca03c86134c3f73eb8f16899165a3bd2014376.tar.xz |
t9146: use 'svn_cmd' wrapper
Using 'svn' directly may not work for all users.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/t9146-git-svn-empty-dirs.sh')
-rwxr-xr-x | t/t9146-git-svn-empty-dirs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9146-git-svn-empty-dirs.sh b/t/t9146-git-svn-empty-dirs.sh index 3f2d71982..565365cbd 100755 --- a/t/t9146-git-svn-empty-dirs.sh +++ b/t/t9146-git-svn-empty-dirs.sh @@ -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 && |