xref: /freebsd/usr.bin/kyua/kyua.conf-default (revision 4e99f45480598189d49d45a825533a6c9e12f02c)
1-- $FreeBSD$
2--
3-- System-wide configuration file for kyua(1).  See kyua.conf(5) for details
4-- on the syntax.
5--
6
7syntax(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.
11unprivileged_user = 'tests'
12
13-- An example to set a configuration property specific to FreeBSD.
14--test_suites.FreeBSD.fstype = 'ffs'
15