Skip to content

Commit 8b57c13

Browse files
committed
Data-Dumper: fix sortkeys.t test count for non-XS testing
This is a follow-up to 67201d9, which reduced the number of tests without adjusting the skip count. Previously, testing without XS available resulted in: t/sortkeys.t .................. Dubious, test returned 255 (wstat 65280, 0xff00) All 22 subtests passed (less 13 skipped subtests: 9 okay) ... /sortkeys.t (Wstat: 65280 (exited 255) Tests: 24 Failed: 2) Failed tests: 23-24 Non-zero exit status: 255 Parse errors: Bad plan. You planned 22 tests but ran 24.
1 parent 87e1d17 commit 8b57c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/Data-Dumper/t/sortkeys.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Testing qw( _dumptostr );
1111

1212
run_tests_for_sortkeys();
1313
SKIP: {
14-
skip "XS version was unavailable, so we already ran with pure Perl", 13
14+
skip "XS version was unavailable, so we already ran with pure Perl", 11
1515
if $Data::Dumper::Useperl;
1616
local $Data::Dumper::Useperl = 1;
1717
run_tests_for_sortkeys();

0 commit comments

Comments
 (0)