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