diff options
Diffstat (limited to 'test/Case.py')
-rw-r--r-- | test/Case.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Case.py b/test/Case.py index 9b6bb94..663aa40 100644 --- a/test/Case.py +++ b/test/Case.py @@ -65,6 +65,9 @@ void bar() { } """) +if sys.platform == 'darwin': + test.skip_test("Skipping test on Darwin/OSX; it has partial case sensitivity.") + if sys.platform in ['cygwin', 'win32']: sys.stdout.write("Using case-insensitive filesystem, testing for failure\n") sys.stdout.flush() |