In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/3816c65ffd171a2958146bc01b5baa54793cd5fc?hp=d5584eb309dd8b676fc2fc9bb5b11ab92173a83b>

- Log -----------------------------------------------------------------
commit 3816c65ffd171a2958146bc01b5baa54793cd5fc
Author: Matthew Horsfall <wolfs...@gmail.com>
Date:   Mon Nov 21 09:07:21 2016 -0500

    Recommend the quicker "make test_prep" for t/TEST usage.
-----------------------------------------------------------------------

Summary of changes:
 t/TEST | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/TEST b/t/TEST
index 9a12bcd..fc37118 100755
--- a/t/TEST
+++ b/t/TEST
@@ -154,7 +154,7 @@ if (-f 'TEST' && -f 'harness' && -d '../lib') {
     @INC = '../lib';
 }
 
-die "You need to run \"make test\" first to set things up.\n"
+die "You need to run \"make test_prep\" first to set things up.\n"
   unless -e 'perl' or -e 'perl.exe' or -e 'perl.pm';
 
 # check leakage for embedders

--
Perl5 Master Repository

Reply via email to