summaryrefslogtreecommitdiff
path: root/devel/ice/files/patch-python-test-Slice-unicodePaths-run.py
blob: a25ba2280743e16b5d01f5fc60aa5d02dfc1e573 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- python/test/Slice/unicodePaths/run.py.orig	2016-10-05 16:59:08.000000000 +0200
+++ python/test/Slice/unicodePaths/run.py	2016-10-12 12:00:24.045889876 +0200
@@ -26,7 +26,7 @@
         print("failed!")
         sys.exit(1)
 
-if TestUtil.isAIX() or TestUtil.isLinux():
+if TestUtil.isAIX() or TestUtil.isLinux() or TestUtil.isFreeBSD():
     encoding = locale.getdefaultlocale()[1]
     if encoding != "UTF-8":
         print("Please set LC_ALL to xx_xx.UTF-8, for example FR_FR.UTF-8")