summaryrefslogtreecommitdiff
path: root/test/MinGW/RCCOM.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/MinGW/RCCOM.py')
-rw-r--r--test/MinGW/RCCOM.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/MinGW/RCCOM.py b/test/MinGW/RCCOM.py
index 2db05632..a272af74 100644
--- a/test/MinGW/RCCOM.py
+++ b/test/MinGW/RCCOM.py
@@ -29,13 +29,15 @@ Test the ability to configure the $RCCOM construction variable
when using MinGW.
"""
+import sys
import TestSCons
_python_ = TestSCons._python_
test = TestSCons.TestSCons()
-
+if sys.platform in ('irix6',):
+ test.skip_test("Skipping mingw test on non-Windows %s platform."%sys.platform)
test.write('myrc.py', """
import sys