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