Skip to content

Commit

Permalink
Show files in the subdir too
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jun 22, 2023
1 parent c9f7dc6 commit a28ff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/cp/gh-115-copy-into-dir.t
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ subtest 'into directory' => sub {

my $target = catfile( $subdir, $filename );
ok -e $target, "$target exists";
my @files = glob '*';
my @files = glob '* */*';
diag( "Files in current working dir are <@files>" );

unlink $second_filename;
Expand Down

0 comments on commit a28ff5b

Please sign in to comment.