From 8a24fcdc0a70312e3177adf2806debca5b4f30f6 Mon Sep 17 00:00:00 2001 From: Leon Timmermans Date: Thu, 25 Apr 2024 22:54:39 +0100 Subject: [PATCH] TEST --- t/sharedir.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/sharedir.t b/t/sharedir.t index 732a4d440..3b27375cf 100644 --- a/t/sharedir.t +++ b/t/sharedir.t @@ -85,7 +85,7 @@ SKIP: { run_ok('make', 'install'); my $dir = catdir($install, qw/lib perl5 auto share dist TestDist share/); - ok(-d $dir, 'Sharedir has been created'); + ok(-d $dir, 'Sharedir has been created') or diag $dir, ' ', `grep 'INST_SHARE =' MakefileL; 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'); }