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 0e8b606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/sharedir.t
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ 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, ' ', `grep -E 'INST_SHARE\s+=' Makefile`;
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 0e8b606

Please sign in to comment.