Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfs
authorclaudio <claudio@openbsd.org>
Sun, 3 Oct 2021 08:56:53 +0000 (08:56 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 3 Oct 2021 08:56:53 +0000 (08:56 +0000)
commit38ec9b882768626d6f44fae2dc5b5353e8a2e249
treefa7086bc218784b5ccc8acf9e600a6ad21bd134d
parentb1c80baf1b7d4bf6f528498fe67f3d1db4353371
Extend filesystem tests to test mfs and tmpfs. Hook up mfs but leave tmpfs
out for now since it is not enabled by default.
mfs reports the same errors as ffs (no real surprise), tmpfs has a few
different errors.
OK bluhm@
regress/sys/ffs/Makefile
regress/sys/ffs/mfs/Makefile [new file with mode: 0644]
regress/sys/ffs/tmpfs/Makefile [new file with mode: 0644]