mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-01 21:00:36 -05:00
time command now git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1784 f882894a-f735-0410-b71e-b25c423dba1c
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";
|