summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/stringConverter/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/stringConverter/run.py')
-rwxr-xr-xcpp/test/Ice/stringConverter/run.py3
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")