This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 2.001004
in repository libdist-zilla-plugin-test-podspelling-perl.

commit fc4e74f6de89264e832cb42489455397c4d95727
Author: Randy Stauner <ra...@magnificent-tears.com>
Date:   Mon Dec 12 21:00:06 2011 -0700

    Make sure perl is in path for the fake spell checker
---
 t/checked.t | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/t/checked.t b/t/checked.t
index 1bdd691..8f6dc67 100644
--- a/t/checked.t
+++ b/t/checked.t
@@ -9,6 +9,11 @@ use Dist::Zilla::Tester;
 use Path::Class;
 use Cwd ();
 
+BEGIN {
+  plan skip_all => 'Perl must be in your path for these tests'
+    unless qx/perl -e "print 123"/ == 123;
+}
+
 # This test uses a custom "spell checker" defined in corpus/*/dist.ini
 # (setting it here didn't work, it seems to get overridden in the do-file)
 # to produce reliable output so that we can ensure that each expected

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to