diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-12-20 08:53:58 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-12-20 08:53:58 +0100 |
commit | 90ad44de2e7b669ab0829ce4691271e77bb79efe (patch) | |
tree | a1c66a3886c66d8187978b956dce417c8d3a8dbd /cpp | |
parent | Fix to changes for bug 2477. (diff) | |
download | ice-90ad44de2e7b669ab0829ce4691271e77bb79efe.tar.bz2 ice-90ad44de2e7b669ab0829ce4691271e77bb79efe.tar.xz ice-90ad44de2e7b669ab0829ce4691271e77bb79efe.zip |
Fixed bug 2620
Diffstat (limited to 'cpp')
-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) |