monitoring-plugins/plugins/tests/test_utils.t
2006-03-17 14:08:42 +00:00

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";