summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/unicodePaths/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/unicodePaths/run.py')
-rw-r--r--cpp/test/Slice/unicodePaths/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/unicodePaths/run.py b/cpp/test/Slice/unicodePaths/run.py
index 893c7114232..3c3110e80d3 100644
--- a/cpp/test/Slice/unicodePaths/run.py
+++ b/cpp/test/Slice/unicodePaths/run.py
@@ -26,7 +26,7 @@ def test(b):
print("failed!")
sys.exit(1)
-if TestUtil.isAIX():
+if TestUtil.isAIX() or TestUtil.isLinux():
encoding = locale.getdefaultlocale()[1]
if encoding != "UTF-8":
print("Please set LC_ALL to xx_xx.UTF-8, for example FR_FR.UTF-8")