diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-17 14:08:42 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-17 14:08:42 +0000 |
commit | 0d838e4312d6dad6d253c1c4b96bf28a03ed8988 (patch) | |
tree | e2f1fdb0905c1bb95909a99f632f6cd1446e8f31 /plugins/tests | |
parent | 2db2f402a3bb0c948667c1401b733014fe90a718 (diff) | |
download | monitoring-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-x | plugins/tests/test_utils.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/test_utils.t b/plugins/tests/test_utils.t index 8686ad2a..152eb718 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"; |