Skip to content

Commit

Permalink
Test the warning from -P
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jul 13, 2023
1 parent 6090315 commit 4a1379f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions t/rm/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,17 @@ my @table = (
[],
"recursive with -r"
],
[
{
'a' => { mode => 0755, type => 'file' },
},
[qw(-P)],
[qw(a)],
0,
[],
[qr/-P ignored/],
"with -P"
],

);

Expand Down

0 comments on commit 4a1379f

Please sign in to comment.