1-- $NetBSD: kyua.conf,v 1.1 2013/02/24 03:06:15 jmmv Exp $
2--
3-- System-wide configuration file for kyua(1).  See kyua.conf(5) for details
4-- on the syntax and tests(7) for any NetBSD-specific tweaks that may apply.
5--
6
7syntax(2)
8
9-- User to drop privileges to when invoking kyua(1) as root and a test case
10-- requests to be run with non-root permissions.
11unprivileged_user = '_tests'
12
13-- An example to set a configuration property specific to NetBSD.
14--test_suites.NetBSD.fstype = 'ffs'
15