Re: t_ro tests are not run on LFS

Martin Husemann <[email protected]> Mon, 18 Jul 2016 11:58:00 +0200
Newsgroups gmane.os.netbsd.devel.general
Message-ID <[email protected]>
On Sun, Jul 17, 2016 at 07:54:32PM +0000, [email protected] wrote:
> Hi,
> I've been playing with LFS and noted that fs/vfs/t_ro is not run for
> LFS. How come?

Does mount_lfs support read-only now?
If so, look at

#define ATF_TC_FSAPPLY_RO(func,desc,gen)                                \

in src/tests/fs/common/h_fsmacros.h

and add it.

Martin