blob: 848dc24d3d06bee770cd539d904ece6f503573f8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cpp/test/Slice/unicodePaths/test.py.orig 2018-08-27 01:10:47 UTC
+++ cpp/test/Slice/unicodePaths/test.py
@@ -14,7 +14,7 @@ class SliceUnicodePathsTestCase(ClientTe
def runClientSide(self, current):
- if isinstance(platform, Linux) or isinstance(platform, AIX):
+ if isinstance(platform, Linux) or isinstance(platform, AIX) or isinstance(platform, FreeBSD):
encoding = locale.getdefaultlocale()[1]
if encoding != "UTF-8":
current.writeln("Please set LC_ALL to xx_xx.UTF-8, for example FR_FR.UTF-8")
|