Convert test_fcntl to unittest.

Closes issue #2055. Thanks Giampaolo Rodola.
diff --git a/Misc/NEWS b/Misc/NEWS
index 764b68e..93280aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@
 Tests
 -----
 
+- Issue #2055: Convert test_fcntl to unittest.
+
 - Issue 1960: Convert test_gdbm to unittest.
 
 - GHOP 294: Convert test_contains, test_crypt, and test_select to unittest.