diff options
Diffstat (limited to 't/npg03/README')
-rw-r--r-- | t/npg03/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/t/npg03/README b/t/npg03/README new file mode 100644 index 0000000..a19f263 --- /dev/null +++ b/t/npg03/README | |||
@@ -0,0 +1,13 @@ | |||
1 | Nagios-Plugin-Getopt-03.t automatically tests all cases defined in the 'input' directory | ||
2 | and expects the output to match the corresponding file in the 'expected' directory. To | ||
3 | define a new test case, just create a new file in the 'input' directory containing the | ||
4 | input command line, and a corresponding file in the 'expected' directory containing | ||
5 | what you think the expanded command line should be. Note that this expansion is normalised | ||
6 | as follows: | ||
7 | |||
8 | - command line arguments are reported in alphabetical order | ||
9 | - extraneous white space is removed | ||
10 | |||
11 | Also, if you use a completely new argument than those defined in Nagios-Plugin-Getopt-03.t | ||
12 | you will need to define it there as well. | ||
13 | |||