Add documentation for the 'bidi-import' capability of remote-helpers
[gitweb.git] / t / t9129-git-svn-i18n-commitencoding.sh
index 1e9a2eb12bee55474f9bc10a7e31f5c01d6403f8..9a40f1e1993a1bc04e3e1cba6452dd290a8e00e9 100755 (executable)
@@ -23,13 +23,13 @@ if test -n "$a_utf8_locale"
 then
        test_set_prereq UTF8
 else
-       say "UTF-8 locale not available, some tests are skipped"
+       say "UTF-8 locale not available, some tests are skipped"
 fi
 
 compare_svn_head_with () {
        # extract just the log message and strip out committer info.
        # don't use --limit here since svn 1.1.x doesn't have it,
-       LC_ALL="$a_utf8_locale" svn log `git svn info --url` | perl -w -e '
+       LC_ALL="$a_utf8_locale" svn log `git svn info --url` | "$PERL_PATH" -w -e '
                use bytes;
                $/ = ("-"x72) . "\n";
                my @x = <STDIN>;