diff options
Diffstat (limited to 'lib/tests/test_utils.t')
-rwxr-xr-x | lib/tests/test_utils.t | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |