[libdist-zilla-plugin-test-podspelling-perl] 02/05: Make sure perl is in path for the fake spell checker
Axel Beckert
abe at deuxchevaux.org
Mon May 25 10:02:36 UTC 2015
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 <randy at 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
More information about the Pkg-perl-cvs-commits
mailing list