mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-13 15:53:47 -05:00
6 lines
195 B
Perl
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";
|