silence mkdir to fix fails after unclean test run

This commit is contained in:
Anatol Belski 2015-09-17 08:39:38 +02:00
parent 96d1d13d87
commit c505d55158

View File

@ -6,7 +6,7 @@ Boro Sitnikovski <buritomath@yahoo.com>
<?php
$file_path = dirname(__FILE__) . "/bug65701/";
mkdir($file_path);
@mkdir($file_path);
$src = $file_path . '/srcbug65701_file.txt';
$dst = tempnam($file_path, 'dstbug65701_file.txt');