monitoring-plugins/lib/tests/test_generic_output.t

7 lines
195 B
Perl
Raw Permalink Normal View History

2025-02-18 15:58:34 -05:00
#!/usr/bin/perl
use Test::More;
if (! -e "./test_generic_output") {
plan skip_all => "./test_generic_output not compiled - please enable libtap library to test";
}
exec "./test_generic_output";