NetBSD-Docs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tests.7: missing negation



The below patch adds an obviously missing ``do not'' to tests.atf.7

Cheers,
Timo

--- share/man/man7/tests.atf.7.orig
+++ share/man/man7/tests.atf.7
@@ -147,7 +147,7 @@ debugging failing tests.
 Tests can be invoked as an unprivileged user, in which case tests that
 require privileges will be skipped.
 If run as root, an unprivileged user will be used for tests that
-require privileges.
+do not require privileges.
 For maximal coverage, the standard approach is to invoke tests as root.
 .Pp
 Ideally, tests are self-contained and do not either depend on or


Home | Main Index | Thread Index | Old Index