From ee45d946ed527b33d7fb69d59e38f4a03252c368 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Fri, 27 Oct 2006 00:13:48 +0000 Subject: test_archivemail.py: don't check for os.fork(), simply use it -- we're targeting posix platforms only. --- test_archivemail.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test_archivemail.py') diff --git a/test_archivemail.py b/test_archivemail.py index ef46949..b2a30db 100755 --- a/test_archivemail.py +++ b/test_archivemail.py @@ -170,8 +170,6 @@ class TestMboxExclusiveLock(unittest.TestCase): # Fork off a subprocess that will lock the file for 2 seconds, # unlock it, and then exit. - if not hasattr(os, 'fork'): - return pid = os.fork() if pid == 0: # In the child, lock the mailbox. -- cgit v1.2.3