Code

Better error message re: tap library
authorTon Voon <tonvoon@users.sourceforge.net>
Fri, 17 Mar 2006 14:08:42 +0000 (14:08 +0000)
committerTon 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

index 8686ad2a0897cf4f2c581ffea493fded6ffd6021..152eb718726b845ec57bafe07688c143dfc7d5dd 100755 (executable)
@@ -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";