Module Name: src
Committed By: jmmv
Date: Sun Nov 7 17:49:33 UTC 2010
Modified Files:
src/share/man/man7: tests.7
Log Message:
Document configuration changes in tests(7); unprivileged-user is now set
out of the box and is set in 'common.conf', not 'NetBSD.conf'.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man7/tests.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man7/tests.7
diff -u src/share/man/man7/tests.7:1.3 src/share/man/man7/tests.7:1.4
--- src/share/man/man7/tests.7:1.3 Sat Jun 26 14:50:14 2010
+++ src/share/man/man7/tests.7 Sun Nov 7 17:49:33 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: tests.7,v 1.3 2010/06/26 14:50:14 wiz Exp $
+.\" $NetBSD: tests.7,v 1.4 2010/11/07 17:49:33 jmmv Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd June 26, 2010
+.Dd November 7, 2010
.Dt TESTS 7
.Os
.Sh NAME
@@ -158,15 +158,11 @@
.Nx
test suite, you need to edit
.Pa /etc/atf/NetBSD.conf .
+The suite-specific configuration file implicitly depends on
+.Pa /etc/atf/common.conf ,
+which contains properties shared among all test suites.
These files conform to the configuration file format described in
.Xr atf-formats 5 .
-.Pp
-The following properties are recognized:
-.Bl -tag -offset indent -width unprivilegedXuserXX
-.It Va unprivileged_user
-Specifies the name of a local, unprivileged user, that will be used by those
-tests that need to perform checks as non-root.
-.El
.Ss What to do if something fails?
If there is
.Em any failure
@@ -188,6 +184,8 @@
Configuration file for the
.Nx
test suite.
+.It Pa /etc/atf/common.conf
+Configuration file for all test suites.
.It Pa /usr/tests/
Location of the test suites.
.El