summaryrefslogtreecommitdiff
path: root/tools/regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/README')
-rw-r--r--tools/regression/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/README b/tools/regression/README
index 4879a6508d827..87e4ab335305a 100644
--- a/tools/regression/README
+++ b/tools/regression/README
@@ -28,11 +28,11 @@ considered to be the name of the test. Naming tests is optional, but
encouraged.
A test may be written which is conditional, and may need to be skipped.
-For example, the netatalk tests require 'options NETATALK' in the kernel.
+For example, the netinet tests require 'options INET' in the kernel.
A test may be skipped by printing '# skip Reason for skipping' after the
test name. For example,
- ok 1 - netatalk # skip 'options NETATALK' not compiled in
+ ok 1 - netinet # skip 'options INET' not compiled in
A test may be flagged as 'todo'. This indicates that you expect the test
to fail (perhaps because the necessary functionality hasn't been written