From 8cf29aafec012da0f65607cfcde54d0f5c758b64 Mon Sep 17 00:00:00 2001 From: Stephen Morris Date: Fri, 23 Mar 2018 10:23:15 +0000 Subject: [PATCH] Set known locale prior to running tests. --- bin/tests/system/idna/tests.sh | 3 +++ 1 file changed, 3 insertions(+) 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".