summaryrefslogtreecommitdiff
path: root/java/test/Ice/slicing/exceptions/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/slicing/exceptions/run.py')
-rwxr-xr-xjava/test/Ice/slicing/exceptions/run.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/test/Ice/slicing/exceptions/run.py b/java/test/Ice/slicing/exceptions/run.py
index 035d478bbd1..94ace071e25 100755
--- a/java/test/Ice/slicing/exceptions/run.py
+++ b/java/test/Ice/slicing/exceptions/run.py
@@ -28,8 +28,6 @@ import TestUtil
name = os.path.join("Ice", "slicing", "exceptions")
testdir = os.path.join(toplevel, "test", name)
-classpath = os.getenv("CLASSPATH", "")
-os.environ["CLASSPATH"] = os.path.join(testdir, "classes") + TestUtil.sep + classpath
-TestUtil.clientServerTest()
+TestUtil.clientServerTestWithClasspath(os.path.join(testdir, "sclasses"), os.path.join(testdir, "cclasses"))
sys.exit(0)