summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2db2f40)
raw | patch | inline | side by side (parent: 2db2f40)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 17 Mar 2006 14:08:42 +0000 (14:08 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 17 Mar 2006 14:08:42 +0000 (14:08 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c
plugins/tests/test_utils.t | patch | blob | history |
index 8686ad2a0897cf4f2c581ffea493fded6ffd6021..152eb718726b845ec57bafe07688c143dfc7d5dd 100755 (executable)
#!/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";