NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/59683 (t_nullmnt should check vfs.generic.fstypes for skip condition)



The following reply was made to PR misc/59683; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: misc/59683 (t_nullmnt should check vfs.generic.fstypes for skip condition)
Date: Fri, 03 Oct 2025 12:58:55 +0700

 Since that test is mounting, and not using rump,
 it should probably also skip unless
 
 	[ "$(id -u)" = 0 ] || [ "$(sysctl -n vfs.generic.usermount)" != 0 ]
 
 kre
 


Home | Main Index | Thread Index | Old Index