diff options
Diffstat (limited to 'tests/data/test1034')
-rw-r--r-- | tests/data/test1034 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/test1034 b/tests/data/test1034 index c47574051..4bddf59bb 100644 --- a/tests/data/test1034 +++ b/tests/data/test1034 @@ -33,7 +33,12 @@ idn </features> <setenv> CHARSET=UTF-8 +LC_ALL= +LC_CTYPE=UTF-8 </setenv> +<precheck> +perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");' +</precheck> <name> HTTP over proxy with malformatted IDN host name </name> |