Skip to content

Commit c505d55

Browse files
committed
silence mkdir to fix fails after unclean test run
1 parent 96d1d13 commit c505d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/bug65701.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Boro Sitnikovski <buritomath@yahoo.com>
66
<?php
77
$file_path = dirname(__FILE__) . "/bug65701/";
88

9-
mkdir($file_path);
9+
@mkdir($file_path);
1010

1111
$src = $file_path . '/srcbug65701_file.txt';
1212
$dst = tempnam($file_path, 'dstbug65701_file.txt');

0 commit comments

Comments
 (0)