summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fortune/datfiles/netbsd-tips8
1 files changed, 8 insertions, 0 deletions
diff --git a/fortune/datfiles/netbsd-tips b/fortune/datfiles/netbsd-tips
index 0c69be03..adf70edb 100644
--- a/fortune/datfiles/netbsd-tips
+++ b/fortune/datfiles/netbsd-tips
@@ -133,3 +133,11 @@ NetBSD's default cron jobs are defined in the /var/cron/tabs/root
file. As the superuser, use "crontab -l" to view it. To edit it,
use "crontab -e" (which defaults to using the vi(1) editor).
%
+You can make sure that your system is stable and behaves correctly by
+running the tests in /usr/tests (which come from the tests.tgz set).
+To do so:
+
+ vi /etc/atf/NetBSD.conf
+ cd /usr/tests
+ atf-run | atf-report
+%