Code

- Add --enable-extra-opts configure option for compiling extra-opts support
[nagiosplug.git] / lib / tests / test_opts.t
index 86a5b21ad937f49dd1cb2172360a86db0845db98..d69b8f1d824f1c02e9aa18a14d688d32daec1854 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 use Test::More;
 if (! -e "./test_opts") {
-       plan skip_all => "./test_opts not compiled - please install tap library to test";
+       plan skip_all => "./test_opts not compiled - please install tap library and/or enable parse-ini to test";
 }
 exec "./test_opts";