summaryrefslogtreecommitdiff
path: root/t/test.pl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-08-31 09:40:40 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-08-31 12:31:27 -0700
commit09b6b4fbab78d77d855f401bf6adba60e3032aa0 (patch)
tree64bfab3bcb2d2e17dcc76cb94369ce0616b2b3ed /t/test.pl
parent90a536e1429209983a0eb4bcdfe728d82726b3e9 (diff)
downloadperl-09b6b4fbab78d77d855f401bf6adba60e3032aa0.tar.gz
test.pl:run_multiple_progs: Document cmdline switches
Diffstat (limited to 't/test.pl')
-rw-r--r--t/test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/test.pl b/t/test.pl
index aee1d24aa7..8a810f0499 100644
--- a/t/test.pl
+++ b/t/test.pl
@@ -905,7 +905,8 @@ sub fresh_perl_like {
# Each program is source code to run followed by an "EXPECT" line, followed
# by the expected output.
#
-# The code to run may contain (note the '# ' on each):
+# The code to run may begin with a command line switch such as -w or -0777
+# (alphanumerics only), and may contain (note the '# ' on each):
# # TODO reason for todo
# # SKIP reason for skip
# # SKIP ?code to test if this should be skipped