This commit is contained in:
Vinay Sajip 2011-05-07 13:44:50 +01:00
commit 052a899d5a
1 changed files with 1 additions and 0 deletions

View File

@ -673,6 +673,7 @@ def _make_test_file(self, num_zeroes, tail):
f.write(tail)
f.flush()
except (IOError, OverflowError):
f.close()
raise unittest.SkipTest("filesystem does not have largefile support")
return f