summaryrefslogtreecommitdiffstats
path: root/plugins/tests
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-03-17 14:08:42 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-03-17 14:08:42 (GMT)
commit0d838e4312d6dad6d253c1c4b96bf28a03ed8988 (patch)
treee2f1fdb0905c1bb95909a99f632f6cd1446e8f31 /plugins/tests
parent2db2f402a3bb0c948667c1401b733014fe90a718 (diff)
downloadmonitoring-plugins-0d838e4312d6dad6d253c1c4b96bf28a03ed8988.tar.gz
Better error message re: tap library
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1328 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/tests')
-rwxr-xr-xplugins/tests/test_utils.t2
1 files changed, 1 insertions, 1 deletions
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 @@
1#!/usr/bin/perl 1#!/usr/bin/perl
2use Test::More; 2use Test::More;
3if (! -e "./test_utils") { 3if (! -e "./test_utils") {
4 plan skip_all => "./test_utils not compiled - check ./configure --with-libtap-object is defined"; 4 plan skip_all => "./test_utils not compiled - please install tap library to test";
5} 5}
6exec "./test_utils"; 6exec "./test_utils";