mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:10:00 -04:00
Set known locale prior to running tests.
This commit is contained in:
parent
5009724f40
commit
8cf29aafec
1 changed files with 3 additions and 0 deletions
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Reference in a new issue