diff options
Diffstat (limited to 'cpp/test/Ice/stringConverter/run.py')
-rwxr-xr-x | cpp/test/Ice/stringConverter/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/Ice/stringConverter/run.py b/cpp/test/Ice/stringConverter/run.py index f376390466e..5c5d59b7094 100755 --- a/cpp/test/Ice/stringConverter/run.py +++ b/cpp/test/Ice/stringConverter/run.py @@ -20,8 +20,7 @@ else: sys.path.append(os.path.join(toplevel, "config")) import TestUtil -name = os.path.join("Ice", "stringConverter") -testdir = os.path.join(toplevel, "test", name) +testdir = os.path.dirname(os.path.abspath(__file__)) client = os.path.join(testdir, "client") |