diff options
author | Sven Nierlein <sven@nierlein.de> | 2014-01-20 00:54:34 +0100 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2014-01-20 00:54:34 +0100 |
commit | b418181dfe80dd75169b6e8a619ac1932155dea2 (patch) | |
tree | cad9c0ae0eae8e800cfff60555ead06ad33c6856 /t/npg03/README | |
parent | 1cd8d1c52cbd47121f344c4074aec84653f412ce (diff) | |
download | monitoring-plugin-perl-b418181dfe80dd75169b6e8a619ac1932155dea2.tar.gz |
renamed module into Monitoring::Plugin
since the complete monitoring team has been renamed, we
also rename this module.
Signed-off-by: Sven Nierlein <sven@nierlein.de>
Diffstat (limited to 't/npg03/README')
-rw-r--r-- | t/npg03/README | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/t/npg03/README b/t/npg03/README index 3dbdaf8..541ece7 100644 --- a/t/npg03/README +++ b/t/npg03/README | |||
@@ -1,15 +1,15 @@ | |||
1 | Nagios-Plugin-Getopt-03.t automatically tests all cases defined in | 1 | Monitoring-Plugin-Getopt-03.t automatically tests all cases defined in |
2 | the 'input' directory and expects the output to match the | 2 | the 'input' directory and expects the output to match the |
3 | corresponding file in the 'expected' directory. To define a new test | 3 | corresponding file in the 'expected' directory. To define a new test |
4 | case, just create a new file in the 'input' directory containing the | 4 | case, just create a new file in the 'input' directory containing the |
5 | input command line, and a corresponding file in the 'expected' | 5 | input command line, and a corresponding file in the 'expected' |
6 | directory containing what you think the expanded command line should | 6 | directory containing what you think the expanded command line should |
7 | be. Note that this expansion is normalised as follows: | 7 | be. Note that this expansion is normalised as follows: |
8 | 8 | ||
9 | - command line arguments are reported in alphabetical order | 9 | - command line arguments are reported in alphabetical order |
10 | - extraneous white space is removed | 10 | - extraneous white space is removed |
11 | 11 | ||
12 | Also, if you use a completely new argument than those currently | 12 | Also, if you use a completely new argument than those currently |
13 | defined in Nagios-Plugin-Getopt-03.t you will need to define it | 13 | defined in Monitoring-Plugin-Getopt-03.t you will need to define it |
14 | there as well. | 14 | there as well. |
15 | 15 | ||