Regress test for sparse files & mmap with different FSs
authorsf <sf@openbsd.org>
Mon, 29 May 2017 11:00:04 +0000 (11:00 +0000)
committersf <sf@openbsd.org>
Mon, 29 May 2017 11:00:04 +0000 (11:00 +0000)
commit47adcab544dba68410b80859d725e1ba33ada3eb
treecec241003c730ebc3b17d398087d5c29780ee8c6
parent6da397cf67babd571c90fba2caa1b1dbcf103e77
Regress test for sparse files & mmap with different FSs

This test creates a file with a hole in the middle and then checks that
when reading or mmaping the whole file, the data is correct.

This catches the bug introduced by the
"Implement VFS read clustering for MSDOSFS" commit that hat to be
reverted.

For now, we run the test with FAT16, FAT32, FFS

With much advice from bluhm@
regress/sys/Makefile