summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 62b0c264474..0ea8a478dbd 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -752,11 +752,7 @@ def phpSetup(clientConfig = False, iceOptions = None, iceProfile = None):
extDir = os.path.join(iceHome, "php")
incDir = extDir
else:
- ext = "IcePHP"
- if isDarwin():
- ext += ".dy"
- else:
- ext += ".so"
+ ext = "IcePHP.so"
if not iceHome:
extDir = os.path.abspath(os.path.join(toplevel, "php", "lib"))
incDir = extDir