[Python-checkins] python/dist/src/Lib/test test_tcl.py,1.2,1.3

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sun Feb 29 10:37:53 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23150/Lib/test

Modified Files:
	test_tcl.py 
Log Message:
Cleanup: remove test file after it is used.

Index: test_tcl.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_tcl.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_tcl.py	19 Feb 2004 02:37:29 -0000	1.2
--- test_tcl.py	29 Feb 2004 15:37:50 -0000	1.3
***************
*** 98,101 ****
--- 98,102 ----
          fd.close()
          tcl.evalfile(filename)
+         os.remove(filename)
          self.assertEqual(tcl.eval('set a'),'1')
          self.assertEqual(tcl.eval('set b'),'2')




More information about the Python-checkins mailing list