[Zodb-checkins] CVS: ZODB3/zdaemon/tests - testDaemon.py:1.3.8.1

Guido van Rossum guido@python.org
Mon, 27 Jan 2003 14:37:40 -0500


Update of /cvs-repository/ZODB3/zdaemon/tests
In directory cvs.zope.org:/tmp/cvs-serv23301

Modified Files:
      Tag: ZODB3-3_1-branch
	testDaemon.py 
Log Message:
Delete a few lines whose only effect was to leave a temporary file
around and for which no purpose is apparent in the test.


=== ZODB3/zdaemon/tests/testDaemon.py 1.3 => 1.3.8.1 ===
--- ZODB3/zdaemon/tests/testDaemon.py:1.3	Wed Aug 14 18:12:52 2002
+++ ZODB3/zdaemon/tests/testDaemon.py	Mon Jan 27 14:37:37 2003
@@ -11,9 +11,6 @@
     arg = sys.argv[1]
     if arg == "signal":
         import signal
-        f = open("/tmp/%d" % os.getpid(), "w")
-        f.write("x")
-        f.close()
         os.kill(os.getpid(), signal.SIGKILL)
     elif arg == "exit":
         os._exit(2)