Code

Merge branch 'maint'
[git.git] / t / t9129-git-svn-i18n-commitencoding.sh
index 6c6d0338075232074888b54eb5ac2da28fe8c5c7..b9224bdb20a397f40f1504684e1144428cf8a24e 100755 (executable)
@@ -33,7 +33,7 @@ for H in ISO8859-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