Skip to content

Commit 0e8b606

Browse files
committed
TEST
1 parent 19a7e1c commit 0e8b606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/sharedir.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ SKIP: {
8585
run_ok('make', 'install');
8686

8787
my $dir = catdir($install, qw/lib perl5 auto share dist TestDist/);
88-
ok(-d $dir, 'Sharedir has been created');
88+
ok(-d $dir, 'Sharedir has been created') or diag $dir, ' ', `grep -E 'INST_SHARE\s+=' Makefile`;
8989
ok(-e catfile($dir, 'normalfile'), 'File in sharedir has been created');
9090
ok(-e catfile($dir, qw/dots .dotdir .dotfile/), 'A dotfile in a dotdir installed');
9191
}

0 commit comments

Comments
 (0)