fix syntax error in test

This commit is contained in:
Colin Kuskie 2006-08-06 23:30:05 +00:00
parent 751adbcf30
commit 570668d2bc

View file

@ -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 = (