diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-24 07:02:28 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-03-24 07:02:28 +0000 |
commit | a34cf37404104ff5bb13fb5fecdf5e492401c6a3 (patch) | |
tree | e41a60d8a551b4ec7ef65be4ce084b7ae02be79e /lib/tests/config-opts.ini | |
parent | dce143e354da414bdd5fa5fb0b9b488ac4221200 (diff) | |
download | monitoring-plugins-a34cf37404104ff5bb13fb5fecdf5e492401c6a3.tar.gz |
Add extra-opts argument parsing with tests
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1961 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests/config-opts.ini')
-rw-r--r-- | lib/tests/config-opts.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/tests/config-opts.ini b/lib/tests/config-opts.ini new file mode 100644 index 00000000..5c935720 --- /dev/null +++ b/lib/tests/config-opts.ini | |||
@@ -0,0 +1,14 @@ | |||
1 | # This config file is for testing test_opts | ||
2 | |||
3 | [sect1] | ||
4 | one=two | ||
5 | |||
6 | [check_disk] | ||
7 | foo=Bar | ||
8 | this=Your Mother! | ||
9 | blank= | ||
10 | |||
11 | [sect2] | ||
12 | something else=oops | ||
13 | this=that | ||
14 | |||