From: Stephen Morris Date: Fri, 23 Mar 2018 10:23:15 +0000 (+0000) Subject: Set known locale prior to running tests. X-Git-Tag: v9.13.0~77^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf29aafec012da0f65607cfcde54d0f5c758b64;p=thirdparty%2Fbind9.git Set known locale prior to running tests. --- diff --git a/bin/tests/system/idna/tests.sh b/bin/tests/system/idna/tests.sh index 711a0250cbf..b4aaf6e71b4 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".