monitoring-plugins/lib/tests/test_ini.t
Thomas Guyot-Sionnest 538b97cea6 Revert inclusion of libtap into nagiosplugins
(except for the NEWS file)

This reverts the following commits (latest first): f3e0909, 9f16b54, be8df51, f31cd40, 5270c7d, a25083f, f1bfe40, c503d85 and 6c476db
2008-11-28 03:22:39 -05:00

6 lines
184 B
Perl
Executable file

#!/usr/bin/perl
use Test::More;
if (! -e "./test_ini") {
plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
}
exec "./test_ini";