Remove building with NOCRYPTO option
[minix3.git] / external / bsd / kyua-cli / etc / kyua / kyua.conf
blobeff56be4115d77790e84e2b218c7df9c31709e2d
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 --
7 syntax(2)
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.
11 unprivileged_user = '_tests'
13 -- An example to set a configuration property specific to NetBSD.
14 --test_suites.NetBSD.fstype = 'ffs'