diff --git a/t/Macro/Include.t b/t/Macro/Include.t index e455b2b89..05118591c 100644 --- a/t/Macro/Include.t +++ b/t/Macro/Include.t @@ -32,7 +32,7 @@ my $storage = WebGUI::Storage->createTemp($session); $storage->addFileFromScalar('goodFile', $goodFile); $storage->addFileFromScalar('twoLines', $twoLines); $storage->addFileFromScalar('unreadableFile', 'The contents of this file are not readable'); -chmod(0111, $storage->getPath('unreadableFile')) +chmod(0111, $storage->getPath('unreadableFile')) or diag("Unable to chmod file."); my @testSets = (