xref: /freebsd/usr.bin/kyua/kyua.conf-default (revision 6ef644f5889afbd0f681b08ed1a2f369524af83e)
1*31711131SBrooks Davis--
2*31711131SBrooks Davis-- System-wide configuration file for kyua(1).  See kyua.conf(5) for details
3*31711131SBrooks Davis-- on the syntax.
4*31711131SBrooks Davis--
5*31711131SBrooks Davis
6*31711131SBrooks Davissyntax(2)
7*31711131SBrooks Davis
8*31711131SBrooks Davis-- User to drop privileges to when invoking kyua(1) as root and a test case
9*31711131SBrooks Davis-- requests to be run with non-root permissions.
10*31711131SBrooks Davisunprivileged_user = 'tests'
11*31711131SBrooks Davis
12*31711131SBrooks Davis-- An example to set a configuration property specific to FreeBSD.
13*31711131SBrooks Davis--test_suites.FreeBSD.fstype = 'ffs'
14