mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-29 05:43:15 -04:00
7 lines
166 B
Perl
7 lines
166 B
Perl
|
|
#!/usr/bin/perl
|
||
|
|
use Test::More;
|
||
|
|
if (! -e "./test_utils") {
|
||
|
|
plan skip_all => "./test_utils not compiled - please install tap library to test";
|
||
|
|
}
|
||
|
|
exec "./test_utils";
|