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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b3a35b5dd24e648839202eb05c3405270d34770;p=thirdparty%2FPython%2Fcpython.git skip a fcntl test on ARM Linux that isn't supported there. --- 2b3a35b5dd24e648839202eb05c3405270d34770 diff --cc Lib/test/test_fcntl.py index f977187fec1b,09cb047298e8..9dd887ab1a5f --- 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