From: Gregory P. Smith Date: Sun, 31 Mar 2013 17:25:42 +0000 (-0700) Subject: skip a fcntl test on ARM Linux that isn't supported there. X-Git-Tag: v3.4.0a1~1059 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b3a35b5dd24e648839202eb05c3405270d34770;p=python skip a fcntl test on ARM Linux that isn't supported there. --- 2b3a35b5dd24e648839202eb05c3405270d34770 diff --cc Lib/test/test_fcntl.py index f977187fec,09cb047298..9dd887ab1a --- a/Lib/test/test_fcntl.py +++ b/Lib/test/test_fcntl.py @@@ -1,5 -1,9 +1,6 @@@ """Test program for the fcntl C module. - -OS/2+EMX doesn't support the file locking operations. - """ + import platform import os import struct import sys