diff --git a/bin/tests/system/idna/tests.sh b/bin/tests/system/idna/tests.sh index 711a0250cb..b4aaf6e71b 100644 --- a/bin/tests/system/idna/tests.sh +++ b/bin/tests/system/idna/tests.sh @@ -10,6 +10,9 @@ SYSTEMTESTTOP=.. . $SYSTEMTESTTOP/conf.sh +# Set known locale for the tests +LC_ALL="en_US.UTF-8" +export LC_ALL # This set of tests check the behavior of the IDNA options in "dig".