Skip to content
  • Ondrej Kozina's avatar
    Fix write_blockwise on short files. · dc852a10
    Ondrej Kozina authored and Milan Broz's avatar Milan Broz committed
    see unit test write_blockwise(length=2097153, bsize=4096), on x86
    with original test file size=2097152.
    
    The test is trying to write_blockwise 1 more byte than actual file
    size.
    dc852a10