In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7f2ab31fa3d20727b229092cc401b4b48fdee66d?hp=ad77c200c8a4ed39fda83b8a740ef81ede885d84>
- Log ----------------------------------------------------------------- commit 7f2ab31fa3d20727b229092cc401b4b48fdee66d Author: Rafael Garcia-Suarez <r...@consttype.org> Date: Tue Sep 30 15:44:44 2014 +0200 Forgot to update SKIP count after last patch ----------------------------------------------------------------------- Summary of changes: t/io/argv.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/io/argv.t b/t/io/argv.t index 58e1d66..397bb71 100644 --- a/t/io/argv.t +++ b/t/io/argv.t @@ -200,7 +200,7 @@ is($x, "Can't open -: No such file or directory at -e line 1.\n", '<<>> does not } SKIP: { - skip('no echo', 1) unless -x '/bin/echo'; + skip('no echo', 2) unless -x '/bin/echo'; $x = runperl( prog => 'while (<<>>) { print $_; }', -- Perl5 Master Repository