[Zodb-checkins] CVS: Zope/lib/python/zdaemon/tests -
testDaemon.py:1.3.6.1
Jeremy Hylton
jeremy at zope.com
Fri Jun 13 12:48:26 EDT 2003
Update of /cvs-repository/Zope/lib/python/zdaemon/tests
In directory cvs.zope.org:/tmp/cvs-serv10166/lib/python/zdaemon/tests
Modified Files:
Tag: Zope-2_6-branch
testDaemon.py
Log Message:
Cross-port bug fixes from the ZODB3-3_1-branch.
=== Zope/lib/python/zdaemon/tests/testDaemon.py 1.3 => 1.3.6.1 ===
--- Zope/lib/python/zdaemon/tests/testDaemon.py:1.3 Wed Aug 14 18:12:52 2002
+++ Zope/lib/python/zdaemon/tests/testDaemon.py Fri Jun 13 11:47:55 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)
More information about the Zodb-checkins
mailing list