summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-10-24 10:38:53 -0600
committerKarl Williamson <public@khwilliamson.com>2012-10-24 10:45:26 -0600
commit708e0e1d497b68c4abb0b9dfd8ea95ca3061c3e5 (patch)
treea4274f854adb17ba0e4af6f222c3829b8c4b1c05 /t/test.pl
parent99bc91855be4cc8644fbae76baa5e9c35027c3dd (diff)
downloadperl-708e0e1d497b68c4abb0b9dfd8ea95ca3061c3e5.tar.gz
test.pl: Fix description of how PREFIX works
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.