summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/gc/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/gc/run.py')
-rwxr-xr-xcpp/test/Ice/gc/run.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/cpp/test/Ice/gc/run.py b/cpp/test/Ice/gc/run.py
index 051032d5bd7..5d56631695c 100755
--- a/cpp/test/Ice/gc/run.py
+++ b/cpp/test/Ice/gc/run.py
@@ -20,10 +20,4 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0], "scripts"))
import TestUtil
-client = os.path.join(os.getcwd(), "client")
-
-seedfile = os.path.join(os.getcwd(), "seed")
-
-TestUtil.simpleTest(client, '"%s"' % seedfile)
-
-os.remove(seedfile)
+TestUtil.simpleTest(os.path.join(os.getcwd(), "client"))