summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 't/test.pl')
-rw-r--r--t/test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/test.pl b/t/test.pl
index 7d06d399e3..0f0caa91d9 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -951,9 +951,6 @@ sub fresh_perl_like {
# The expected output may contain:
# OPTION list of options
# OPTIONS list of options
-# PREFIX
-# indicates that the supplied output is only a prefix to the
-# expected output
#
# The possible options for OPTION may be:
# regex - the expected output is a regular expression
@@ -963,6 +960,9 @@ sub fresh_perl_like {
# If the actual output contains a line "SKIPPED" the test will be
# skipped.
#
+# If the actual output contains a line "PREFIX", any output starting with that
+# line will be ignored when comparing with the expected output
+#
# If the global variable $FATAL is true then OPTION fatal is the
# default.