aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.