diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-31 14:55:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-31 14:55:54 +0000 |
commit | 48eaf8044c031196cf6457fdc7b9a3f381837bc0 (patch) | |
tree | f0e3aa8cb74ec4b54fe47aa0e09d57716d40ba1b /t | |
parent | 9edbfc61df4a4049efdc8635695dc99a6fd4c770 (diff) | |
download | perl-48eaf8044c031196cf6457fdc7b9a3f381837bc0.tar.gz |
List the switches tested in switches.t.
p4raw-id: //depot/perl@20970
Diffstat (limited to 't')
-rw-r--r-- | t/run/switches.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/run/switches.t b/t/run/switches.t index 9ea84a7c73..8d9cd89c66 100644 --- a/t/run/switches.t +++ b/t/run/switches.t @@ -1,6 +1,7 @@ #!./perl -w -# Tests for the command-line switches +# Tests for the command-line switches -0, -c, -l, -s, -m, -M, -V +# Some switches have their own tests, see MANIFEST. BEGIN { chdir 't' if -d 't'; |