Skip to content

Commit

Permalink
unlink the right file
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 22, 2023
1 parent a28ff5b commit cf6eda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/cp/gh-115-copy-into-dir.t
Expand Up @@ -79,7 +79,7 @@ subtest 'into directory' => sub {
my @files = glob '* */*';
diag( "Files in current working dir are <@files>" );

unlink $second_filename;
unlink $target;
ok ! -e $target, "$target removed at end of test";
};

Expand Down

0 comments on commit cf6eda5

Please sign in to comment.