diff options
Diffstat (limited to 'cpp/test/Ice/background/run.py')
-rwxr-xr-x | cpp/test/Ice/background/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/background/run.py b/cpp/test/Ice/background/run.py index 598f980ea26..cb5ed164f10 100755 --- a/cpp/test/Ice/background/run.py +++ b/cpp/test/Ice/background/run.py @@ -21,7 +21,7 @@ sys.path.append(os.path.join(toplevel, "config")) import TestUtil name = os.path.join("Ice", "background") -testdir = os.path.join(toplevel, "test", name) +testdir = os.path.dirname(os.path.abspath(__file__)) TestUtil.addLdPath(testdir) |