Skip to content

Commit 40f5dd1

Browse files
author
janatzend
committed
create dir for setup recursively
1 parent 2c71d16 commit 40f5dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ZendDevOps/DepH/SystemCall/ShellTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function setUp ()
4646
}
4747
rmdir($this->tmpTestDir);
4848
}
49-
mkdir($this->tmpTestDir);
49+
mkdir($this->tmpTestDir, 0777, true);
5050
}
5151

5252
/**

0 commit comments

Comments
 (0)