summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 730f4e422de..8fceaaff952 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -491,8 +491,8 @@ def phpSetup(clientConfig = False, iceOptions = None, iceProfile = None):
extDir = os.path.abspath(os.path.join(getIceDir("php"), "lib"))
incDir = extDir
else:
- extDir = os.path.join(iceHome, "bin")
- incDir = os.path.join(iceHome, "php")
+ extDir = os.path.join(iceHome, "php")
+ incDir = extDir
else:
ext = "IcePHP"
if isDarwin():