Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/mktree' into sb/opt-filename
[gitweb.git]
/
t
/
t9129-git-svn-i18n-commitencoding.sh
diff --git
a/t/t9129-git-svn-i18n-commitencoding.sh
b/t/t9129-git-svn-i18n-commitencoding.sh
index 3200ab38efa03076b81b94713e74205d740e38e8..d45fb73016362827e647118eec028c8b85e5aeff 100755
(executable)
--- a/
t/t9129-git-svn-i18n-commitencoding.sh
+++ b/
t/t9129-git-svn-i18n-commitencoding.sh
@@
-33,7
+33,7
@@
for H in ISO-8859-1 EUCJP ISO-2022-JP
do
test_expect_success "$H setup" '
mkdir $H &&
- svn import -m "$H test" $H "$svnrepo"/$H &&
+ svn
_cmd
import -m "$H test" $H "$svnrepo"/$H &&
git svn clone "$svnrepo"/$H $H
'
done