Skip to content

Commit

Permalink
Merge pull request #523 from skaji/fix-test
Browse files Browse the repository at this point in the history
fix xt/build_no_mymeta.t
  • Loading branch information
miyagawa authored Jan 4, 2017
2 parents 17c92fd + 5e45e09 commit 3f520cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions xt/build_no_mymeta.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ use Test::More;

plan skip_all => "only on 5.10.1" if $] != 5.010001;

run 'Module::Build@0.340201';
run 'http://backpan.perl.org/authors/id/D/DA/DAGOLDEN/Module-Build-0.340201.tar.gz';
like last_build_log, qr/installed Module-Build/;

run 'Hook::LexWrap';
my ($stdout, $stderr, $exit) = run 'Hook::LexWrap@0.24';
unlike last_build_log, qr/Failed to upconvert metadata/;
unlike $stderr, qr/Failed to upconvert metadata/;

done_testing;

Expand Down

0 comments on commit 3f520cf

Please sign in to comment.