diff options
Diffstat (limited to 'python/test/Slice/unicodePaths/run.py')
-rw-r--r-- | python/test/Slice/unicodePaths/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/unicodePaths/run.py b/python/test/Slice/unicodePaths/run.py index a59059e6c9a..23ee198b748 100644 --- a/python/test/Slice/unicodePaths/run.py +++ b/python/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") |