fix syntax error in test
This commit is contained in:
parent
751adbcf30
commit
570668d2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue