mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Better error message re: tap library
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
2db2f402a3
commit
0d838e4312
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
use Test::More;
|
||||
if (! -e "./test_utils") {
|
||||
plan skip_all => "./test_utils not compiled - check ./configure --with-libtap-object is defined";
|
||||
plan skip_all => "./test_utils not compiled - please install tap library to test";
|
||||
}
|
||||
exec "./test_utils";
|
||||
|
|
|
|||
Loading…
Reference in a new issue