summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/keyword/run.py
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-09-04 11:53:34 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-09-04 11:53:34 +0800
commit94276a04165b28d50ede31c6c2a30679e87f9551 (patch)
tree59e6d73330f0517f66ed91d75f9fe275ec2eb9bf /cpp/test/Slice/keyword/run.py
parentMSVC 6 compiler fix for http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2369 (diff)
downloadice-94276a04165b28d50ede31c6c2a30679e87f9551.tar.bz2
ice-94276a04165b28d50ede31c6c2a30679e87f9551.tar.xz
ice-94276a04165b28d50ede31c6c2a30679e87f9551.zip
fix bug with test/Slice/keyword/run.py
Diffstat (limited to 'cpp/test/Slice/keyword/run.py')
-rwxr-xr-xcpp/test/Slice/keyword/run.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/test/Slice/keyword/run.py b/cpp/test/Slice/keyword/run.py
index e033a8e4d1a..f69363aa197 100755
--- a/cpp/test/Slice/keyword/run.py
+++ b/cpp/test/Slice/keyword/run.py
@@ -23,9 +23,6 @@ import TestUtil
name = os.path.join("Slice", "keyword")
testdir = os.path.join(toplevel, "test", name)
-cwd = os.getcwd()
-os.chdir(testdir)
-
client = os.path.join(testdir, "client")
print "starting client...",