summaryrefslogtreecommitdiffstats
path: root/lib/tests/test_disk.t
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-24 07:32:45 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-24 07:32:45 (GMT)
commitf1e9ebd03738f21f69eb468968f7f8a5c0f2fcf7 (patch)
tree0895b6b04aa98186f6cc31806486991438eff76d /lib/tests/test_disk.t
parent43fbde678c608c2d44d9ebd98a710e63d9300f06 (diff)
downloadmonitoring-plugins-f1e9ebd03738f21f69eb468968f7f8a5c0f2fcf7.tar.gz
Update comments
1. libtab is now bundled, so suggest to enable it rather than install it 2. "parse-ini" feature has been called "extra-opts"
Diffstat (limited to 'lib/tests/test_disk.t')
-rwxr-xr-xlib/tests/test_disk.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test_disk.t b/lib/tests/test_disk.t
index d32567a..da84dfd 100755
--- a/lib/tests/test_disk.t
+++ b/lib/tests/test_disk.t
@@ -1,6 +1,6 @@
1#!/usr/bin/perl 1#!/usr/bin/perl
2use Test::More; 2use Test::More;
3if (! -e "./test_disk") { 3if (! -e "./test_disk") {
4 plan skip_all => "./test_disk not compiled - please install tap library to test"; 4 plan skip_all => "./test_disk not compiled - please enable libtap library to test";
5} 5}
6exec "./test_disk"; 6exec "./test_disk";