mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-10 14:23:16 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c
6 lines
166 B
Perl
Executable file
6 lines
166 B
Perl
Executable file
#!/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";
|