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
160 B
Perl
6 lines
160 B
Perl
#!/usr/bin/perl
|
|
use Test::More;
|
|
if (! -e "./test_cmd") {
|
|
plan skip_all => "./test_cmd not compiled - please install tap library to test";
|
|
}
|
|
exec "./test_cmd";
|