aboutsummaryrefslogtreecommitdiffstats
path: root/test_archivemail.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-27 00:13:48 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-27 00:13:48 +0000
commitee45d946ed527b33d7fb69d59e38f4a03252c368 (patch)
tree6b94fb7d7d39129031090b8e26fa29c672534239 /test_archivemail.py
parent06d158c576feaa46f27f23f7e15eecbe4115a65d (diff)
downloadarchivemail-ee45d946ed527b33d7fb69d59e38f4a03252c368.tar.gz
archivemail-ee45d946ed527b33d7fb69d59e38f4a03252c368.tar.bz2
archivemail-ee45d946ed527b33d7fb69d59e38f4a03252c368.zip
test_archivemail.py: don't check for os.fork(), simply use it -- we're targeting
posix platforms only.
Diffstat (limited to 'test_archivemail.py')
-rwxr-xr-xtest_archivemail.py2
1 files changed, 0 insertions, 2 deletions
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.