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