aboutsummaryrefslogtreecommitdiff
path: root/lib/tests/test_cmd.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/test_cmd.t')
-rw-r--r--lib/tests/test_cmd.t2
1 files changed, 1 insertions, 1 deletions
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";