Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Apr 28, 2024
1 parent 19a7e1c commit 6ba4627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion t/sharedir.t
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ SKIP: {
run_ok('make', 'install');

my $dir = catdir($install, qw/lib perl5 auto share dist TestDist/);
ok(-d $dir, 'Sharedir has been created');
ok(-d $dir, 'Sharedir has been created') or diag $dir;
open my $fh, '<', 'Makefile';
diag <$fh>;
ok(-e catfile($dir, 'normalfile'), 'File in sharedir has been created');
ok(-e catfile($dir, qw/dots .dotdir .dotfile/), 'A dotfile in a dotdir installed');
}
Expand Down

0 comments on commit 6ba4627

Please sign in to comment.