]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/kyua/kyua.conf-default
devd.conf(5): Fix a mandoc related issue
[FreeBSD/FreeBSD.git] / usr.bin / kyua / kyua.conf-default
1 -- $FreeBSD$
2 --
3 -- System-wide configuration file for kyua(1).  See kyua.conf(5) for details
4 -- on the syntax.
5 --
6
7 syntax(2)
8
9 -- User to drop privileges to when invoking kyua(1) as root and a test case
10 -- requests to be run with non-root permissions.
11 unprivileged_user = 'tests'
12
13 -- An example to set a configuration property specific to FreeBSD.
14 --test_suites.FreeBSD.fstype = 'ffs'