Set known locale prior to running tests.

This commit is contained in:
Stephen Morris
2018-03-23 10:23:15 +00:00
parent 5009724f40
commit 8cf29aafec

View 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".