projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b80d9
)
t9146: use 'svn_cmd' wrapper
author
Eric Wong
<normalperson@yhbt.net>
Sun, 20 Dec 2009 07:05:57 +0000
(23:05 -0800)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/t/t9146-git-svn-empty-dirs.sh
b/t/t9146-git-svn-empty-dirs.sh
index 3f2d7198270f0ad4bcb4d1082a0b452e37a53f05..565365cbd3ff80d816dd02b2072045cd25ae4b93 100755
(executable)
--- 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 &&