diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-17 14:08:42 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-03-17 14:08:42 (GMT) |
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 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 |
2 | use Test::More; | 2 | use Test::More; |
3 | if (! -e "./test_utils") { | 3 | if (! -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 | } |
6 | exec "./test_utils"; | 6 | exec "./test_utils"; |