mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
(except for the NEWS file) This reverts the following commits (latest first):f3e0909,9f16b54,be8df51,f31cd40,5270c7d,a25083f,f1bfe40,c503d85and6c476db
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";
|