From 0d838e4312d6dad6d253c1c4b96bf28a03ed8988 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Fri, 17 Mar 2006 14:08:42 +0000 Subject: Better error message re: tap library git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/plugins/tests/test_utils.t b/plugins/tests/test_utils.t index 8686ad2..152eb71 100755 --- a/plugins/tests/test_utils.t +++ b/plugins/tests/test_utils.t @@ -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"; -- cgit v0.10-9-g596f