mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
574 B
Python
11 lines
574 B
Python
--- cpp/test/Slice/unicodePaths/test.py.orig 2022-01-15 23:22:20 UTC
|
|
+++ cpp/test/Slice/unicodePaths/test.py
|
|
@@ -9,7 +9,7 @@ class SliceUnicodePathsTestCase(ClientTestCase):
|
|
|
|
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")
|