diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-15 20:47:43 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-15 20:47:43 +0000 |
| commit | 1a0ed0d6bb5ffa0991a91cd149d3ecaacb11e59f (patch) | |
| tree | eacf3b2384d2421e58280be627408d6d42711f02 /lib/tests/plugin.ini | |
| parent | 40c123148a9d84218667124a97283f7cb93bfa50 (diff) | |
| download | monitoring-plugins-1a0ed0d6bb5ffa0991a91cd149d3ecaacb11e59f.tar.gz | |
- Make equal-less parameters illegal
- parameters without argument after '=' are now assumed to be argument-less
- Add a testcase for space in stanza and various argument-less parameters
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1948 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/plugin.ini')
| -rw-r--r-- | lib/tests/plugin.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tests/plugin.ini b/lib/tests/plugin.ini index eb869c63..d07fc4f3 100644 --- a/lib/tests/plugin.ini +++ b/lib/tests/plugin.ini | |||
| @@ -7,4 +7,9 @@ password=secret # Remember to change later | |||
| 7 | u=admin | 7 | u=admin |
| 8 | p=secret | 8 | p=secret |
| 9 | 9 | ||
| 10 | [check space_and_flags] | ||
| 11 | foo=bar | ||
| 12 | a= | ||
| 13 | b= | ||
| 14 | bar= | ||
| 10 | 15 | ||
