]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Set known locale prior to running tests.
authorStephen Morris <stephen@isc.org>
Fri, 23 Mar 2018 10:23:15 +0000 (10:23 +0000)
committerStephen Morris <stephen@isc.org>
Wed, 4 Apr 2018 13:42:08 +0000 (09:42 -0400)
bin/tests/system/idna/tests.sh

index 711a0250cbf9fafe7024d579acf9ca4f6273e605..b4aaf6e71b404ee4ecea7046f28e8a1e972180e6 100644 (file)
@@ -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".