CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/08/15 11:16:39
Modified files:
regress/sys/fileops: Makefile.inc
Added files:
regress/sys/fileops: fileops2.pl
Log message:
Add test cases for msdosfs bug
Add a test that writes a big file, reads it again, and compares the result.
This detects the bug that briefly was in msdosfs.
Also add tests that create lots of files in a directory. Do this in the root
dir and a subdir because these work completely differently on msdosfs. Need to
enlarge the used disk images for this test.
ok bluhm@