aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kyua/kyua.conf-default
blob: 9c1e8286eb53dafc50d71c59d7967e4715c38d49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-- $FreeBSD$
--
-- System-wide configuration file for kyua(1).  See kyua.conf(5) for details
-- on the syntax.
--

syntax(2)

-- User to drop privileges to when invoking kyua(1) as root and a test case
-- requests to be run with non-root permissions.
unprivileged_user = 'tests'

-- An example to set a configuration property specific to FreeBSD.
--test_suites.FreeBSD.fstype = 'ffs'