Kaydet (Commit) 9a8d55e4 authored tarafından Neal Norwitz's avatar Neal Norwitz

Cleanup: remove test file after it is used.

üst 738ec90c
......@@ -97,6 +97,7 @@ class TclTest(unittest.TestCase):
fd.write(script)
fd.close()
tcl.evalfile(filename)
os.remove(filename)
self.assertEqual(tcl.eval('set a'),'1')
self.assertEqual(tcl.eval('set b'),'2')
self.assertEqual(tcl.eval('set c'),'3')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment