From 570668d2bc62c67eb5b3dd3d2736e11e6541cc9d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 6 Aug 2006 23:30:05 +0000 Subject: [PATCH] fix syntax error in test --- t/Macro/Include.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = (