From 5efd737b6d407f5c023c41c586c7614d05a178e3 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 9 Aug 2006 21:07:04 +0000 Subject: [PATCH] more remote diagnostics --- t/Macro/Include.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/Macro/Include.t b/t/Macro/Include.t index 6ecba1190..603f0a193 100644 --- a/t/Macro/Include.t +++ b/t/Macro/Include.t @@ -116,6 +116,8 @@ foreach my $testSet (@testSets) { } +diag(sprintf "post test mode: %o", (stat $unreadable)[2]); + END { $storage->delete; }