diff options
Diffstat (limited to 'bindings/python/tests/profiles_tests.py')
| -rwxr-xr-x | bindings/python/tests/profiles_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python/tests/profiles_tests.py b/bindings/python/tests/profiles_tests.py index b1dd0442..7ac50dce 100755 --- a/bindings/python/tests/profiles_tests.py +++ b/bindings/python/tests/profiles_tests.py @@ -40,8 +40,8 @@ import lasso try: dataDir except NameError: - srcdir = os.environ.get('srcdir', '.') - dataDir = '%s/../../../tests/data' % srcdir + srcdir = os.environ.get('TOP_SRCDIR', '.') + dataDir = '%s/tests/data' % srcdir class ServerTestCase(unittest.TestCase): |
