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 b733fa5b20b..ea2fcbe0e82 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -2549,7 +2549,7 @@ def getTestDirectory(name, baseDir = os.getcwd()):
else:
buildDir = "build"
if isDarwin():
- platform = "osx"
+ platform = "macosx"
elif isUbuntu() or isDebian():
platform = "x86_64-linux-gnu" if x64 else "i386-linux-gnu"
elif isAIX():