freebsd-dev/usr.bin/kyua/kyua.conf-default
Brooks Davis 317111316d Install a kyua.conf based on the one in devel/kyua.
The kyua.conf from examples doesn't match the expected config and
contains a lot of undesirable entries such as setting the architecture
to amd64 explicitly.

Reported by:	arichardson (missing config)
Reviewed by:	emaste
Obtained from:	CheriBSD
Differential Revision:	https://reviews.freebsd.org/D24267
2020-04-03 15:47:15 +00:00

15 lines
384 B
Plaintext

-- $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'