monitoring-plugins/lib/tests/test_generic_output.t
2025-02-18 21:58:34 +01:00

6 lines
195 B
Perl

#!/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";