View | Details | Raw Unified | Return to bug 31466
Collapse All | Expand All

(-)a/t/00-check-atomic-updates.t (-2 / +3 lines)
Lines 31-37 sub wanted { Link Here
31
31
32
foreach my $f (@files) {
32
foreach my $f (@files) {
33
    next if $f eq 'skeleton.pl';
33
    next if $f eq 'skeleton.pl';
34
    unlike( $f, qr/.*pl$/, "check for unhandled atomic updates: $f" );
34
    next if $f eq 'README';
35
    next if $f eq '.';
36
    like( $f, qr/.*pl$/, "check for unhandled atomic updates: $f" );
35
}
37
}
36
38
37
done_testing();
39
done_testing();
38
- 

Return to bug 31466