aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/tests/test_base64.t2
-rw-r--r--lib/tests/test_cmd.t2
-rwxr-xr-xlib/tests/test_disk.t2
-rwxr-xr-xlib/tests/test_ini1.t2
-rwxr-xr-xlib/tests/test_ini3.t2
-rwxr-xr-xlib/tests/test_opts1.t2
-rwxr-xr-xlib/tests/test_opts2.t2
-rwxr-xr-xlib/tests/test_opts3.t2
-rwxr-xr-xlib/tests/test_tcp.t2
-rwxr-xr-xlib/tests/test_utils.t2
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/tests/test_base64.t b/lib/tests/test_base64.t
index 4b9236f0..4ad64737 100755
--- a/lib/tests/test_base64.t
+++ b/lib/tests/test_base64.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
use Test::More;
if (! -e "./test_base64") {
- plan skip_all => "./test_base64 not compiled - please install tap library to test";
+ plan skip_all => "./test_base64 not compiled - please enable libtap library to test";
}
exec "./test_base64";
diff --git a/lib/tests/test_cmd.t b/lib/tests/test_cmd.t
index 4dd54ef9..c50dded8 100644
--- a/lib/tests/test_cmd.t
+++ b/lib/tests/test_cmd.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
use Test::More;
if (! -e "./test_cmd") {
- plan skip_all => "./test_cmd not compiled - please install tap library to test";
+ plan skip_all => "./test_cmd not compiled - please enable libtap library to test";
}
exec "./test_cmd";
diff --git a/lib/tests/test_disk.t b/lib/tests/test_disk.t
index d32567a9..da84dfdf 100755
--- a/lib/tests/test_disk.t
+++ b/lib/tests/test_disk.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
use Test::More;
if (! -e "./test_disk") {
- plan skip_all => "./test_disk not compiled - please install tap library to test";
+ plan skip_all => "./test_disk not compiled - please enable libtap library to test";
}
exec "./test_disk";
diff --git a/lib/tests/test_ini1.t b/lib/tests/test_ini1.t
index d4810116..25baed91 100755
--- a/lib/tests/test_ini1.t
+++ b/lib/tests/test_ini1.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
use Test::More;
if (! -e "./test_ini1") {
- plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
+ plan skip_all => "./test_ini not compiled - please enable libtap library and/or extra-opts to test";
}
exec "./test_ini1";
diff --git a/lib/tests/test_ini3.t b/lib/tests/test_ini3.t
index 4b0be4c6..a2ca94a4 100755
--- a/lib/tests/test_ini3.t
+++ b/lib/tests/test_ini3.t
@@ -4,7 +4,7 @@ use strict;
use warnings;
if (! -e "./test_ini3") {
- plan skip_all => "./test_ini not compiled - please install tap library and/or enable parse-ini to test";
+ plan skip_all => "./test_ini not compiled - please enable libtap library and/or extra-opts to test";
}
# array of argument arrays
diff --git a/lib/tests/test_opts1.t b/lib/tests/test_opts1.t
index 52eed942..1934f12b 100755
--- a/lib/tests/test_opts1.t
+++ b/lib/tests/test_opts1.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
use Test::More;
if (! -e "./test_opts1") {
- plan skip_all => "./test_opts1 not compiled - please install tap library and/or enable parse-ini to test";
+ plan skip_all => "./test_opts1 not compiled - please enable libtap library and/or extra-opts to test";
}
exec "./test_opts1";
diff --git a/lib/tests/test_opts2.t b/lib/tests/test_opts2.t
index f7444f6f..59b9fdb8 100755
--- a/lib/tests/test_opts2.t
+++ b/lib/tests/test_opts2.t
@@ -1,7 +1,7 @@
#!/usr/bin/perl
use Test::More;
if (! -e "./test_opts2") {
- plan skip_all => "./test_opts2 not compiled - please install tap library and/or enable parse-ini to test";
+ plan skip_all => "./test_opts2 not compiled - please enable libtap library and/or extra-opts to test";
}
$ENV{"NAGIOS_CONFIG_PATH"} = ".";
exec "./test_opts2";
diff --git a/lib/tests/test_opts3.t b/lib/tests/test_opts3.t
index fa7876d0..8d974ca0 100755
--- a/lib/tests/test_opts3.t
+++ b/lib/tests/test_opts3.t
@@ -4,7 +4,7 @@ use strict;
use warnings;
if (! -e "./test_opts3") {
- plan skip_all => "./test_opts3 not compiled - please install tap library and/or enable parse-ini to test";
+ plan skip_all => "./test_opts3 not compiled - please enable libtap library and/or extra-opts to test";
}
# array of argument arrays
diff --git a/lib/tests/test_tcp.t b/lib/tests/test_tcp.t
index 8f34b67b..e5e12fc8 100755
--- a/lib/tests/test_tcp.t
+++ b/lib/tests/test_tcp.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl
use Test::More;
if (! -e "./test_tcp") {
- plan skip_all => "./test_tcp not compiled - please install tap library to test";
+ plan skip_all => "./test_tcp not compiled - please enable libtap library to test";
}
exec "./test_tcp";
diff --git a/lib/tests/test_utils.t b/lib/tests/test_utils.t
index 152eb718..e2a9311e 100755
--- a/lib/tests/test_utils.t
+++ b/lib/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 - please install tap library to test";
+ plan skip_all => "./test_utils not compiled - please enable libtap library to test";
}
exec "./test_utils";