diff options
Diffstat (limited to 'bindings/php5/tests/profile_tests.php')
| -rwxr-xr-x | bindings/php5/tests/profile_tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/php5/tests/profile_tests.php b/bindings/php5/tests/profile_tests.php index 50264330..58414213 100755 --- a/bindings/php5/tests/profile_tests.php +++ b/bindings/php5/tests/profile_tests.php @@ -23,7 +23,7 @@ require("../lasso.php"); -define("DATA_DIR", "../../../tests/data/"); +define(DATA_DIR, getenv('SRCDIR') . '../../../tests/data/'); function test01() { echo "Server construction, dump & newFromDump... "; |
