diff options
| author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-24 02:32:45 -0500 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-24 02:32:45 -0500 |
| commit | f1e9ebd03738f21f69eb468968f7f8a5c0f2fcf7 (patch) | |
| tree | 0895b6b04aa98186f6cc31806486991438eff76d /lib/tests/test_ini3.t | |
| parent | 43fbde678c608c2d44d9ebd98a710e63d9300f06 (diff) | |
| download | monitoring-plugins-f1e9ebd03738f21f69eb468968f7f8a5c0f2fcf7.tar.gz | |
Update comments
1. libtab is now bundled, so suggest to enable it rather than install it
2. "parse-ini" feature has been called "extra-opts"
Diffstat (limited to 'lib/tests/test_ini3.t')
| -rwxr-xr-x | lib/tests/test_ini3.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_ini3.t b/lib/tests/test_ini3.t index 4b0be4c6..a2ca94a4 100755 --- a/lib/tests/test_ini3.t +++ b/lib/tests/test_ini3.t | |||
| @@ -4,7 +4,7 @@ use strict; | |||
| 4 | use warnings; | 4 | use warnings; |
| 5 | 5 | ||
| 6 | if (! -e "./test_ini3") { | 6 | if (! -e "./test_ini3") { |
| 7 | plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test"; | 7 | plan skip_all => "./test_ini not compiled - please enable libtap library and/or extra-opts to test"; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | # array of argument arrays | 10 | # array of argument arrays |
