summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 559c1797664..5df5b66bd4b 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1526,7 +1526,7 @@ def runTests(start, expanded, num = 0, script = False):
print "%s*** test not supported under Vista%s" % (prefix, suffix)
continue
- if isDarwin() and "nodarwing" in config:
+ if isDarwin() and "nodarwin" in config:
print "%s*** test not supported under Darwin%s" % (prefix, suffix)
continue