Johannes Schindelin <johannes.schinde...@gmx.de> writes:

> @@ -181,7 +180,8 @@ test_expect_success "$name" '
>  name="commit with UTF-8 message: locale: $GIT_SVN_LC_ALL"
>  LC_ALL="$GIT_SVN_LC_ALL"
>  export LC_ALL
> -test_expect_success UTF8 "$name" "
> +# This test relies on the previous test, hence requires POSIXPERM,SYMLINKS
> +test_expect_success UTF8,POSIXPERM,SYMLINKS "$name" "
>       echo '# hello' >> exec-2.sh &&
>       git update-index exec-2.sh &&
>       git commit -m '???????' &&

Hmph.  "Content-Type: text/plain; charset=X-UNKNOWN" in the header
gives a hint to me, too.

I'll try to wiggle them in (19/19 has the same X-UNKNOWN), so no
need to re-send to fix only this.

Thanks.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to