This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[rt #111640] warn on the right -X operators used on a File::stat object
[perl5.git] / lib / File / stat.t
index 74bf5fb..32a7481 100644 (file)
@@ -142,7 +142,6 @@ SKIP: {
     use filetest "access";
     use warnings;
     for my $op (split //, "rwxRXW") {
-       local $TODO = $op eq "r" ? "RT 111640" : "";
        # these should all warn with filetest access
        my $w;
        local $SIG{__WARN__} = sub { $w = shift };
@@ -152,7 +151,6 @@ SKIP: {
     }
 
     {
-       local $TODO = "RT 111640";
        # -d and others shouldn't warn
        my $w;
        local $SIG{__WARN__} = sub { $w = shift };