Преглед изворни кода

Better error message re: tap library

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon пре 20 година
родитељ
комит
0d838e4312
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      plugins/tests/test_utils.t

+ 1 - 1
plugins/tests/test_utils.t

@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #!/usr/bin/perl
 use Test::More;
 use Test::More;
 if (! -e "./test_utils") {
 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";
 exec "./test_utils";