2014-01-29 13:27:21 +00:00
|
|
|
diff -up Python-2.7.6/Lib/test/test_file2k.py.stdin-test Python-2.7.6/Lib/test/test_file2k.py
|
|
|
|
--- Python-2.7.6/Lib/test/test_file2k.py.stdin-test 2013-11-10 08:36:40.000000000 +0100
|
|
|
|
+++ Python-2.7.6/Lib/test/test_file2k.py 2014-01-29 14:28:01.029488055 +0100
|
|
|
|
@@ -223,6 +223,7 @@ class OtherFileTests(unittest.TestCase):
|
2011-09-10 11:55:07 +00:00
|
|
|
else:
|
|
|
|
f.close()
|
|
|
|
|
|
|
|
+ @unittest._skipInRpmBuild('seems not to raise the exception when run in Koji')
|
2015-05-25 15:07:23 +00:00
|
|
|
def testStdinSeek(self):
|
|
|
|
if sys.platform == 'osf1V5':
|
|
|
|
# This causes the interpreter to exit on OSF1 v5.1.
|