Revert inclusion of libtap into nagiosplugins
[monitoring-plugins.git] / lib / tests / test_ini.t
blob0487098cb1636e1c88e254990f2601a9be0d5996
1 #!/usr/bin/perl
2 use Test::More;
3 if (! -e "./test_ini") {
4 plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
6 exec "./test_ini";