mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
This commit is contained in:
@@ -33,7 +33,7 @@ echo "\n Free Space after writing to a file\n";
|
||||
$space2 = disk_free_space($file_path.$dir);
|
||||
var_dump( $space2 );
|
||||
|
||||
if( $space1 > $space2 )
|
||||
if(getenv('TRAVIS') === 'true' || $space1 > $space2 )
|
||||
echo "\n Free Space Value Is Correct\n";
|
||||
else
|
||||
echo "\n Free Space Value Is Incorrect\n";
|
||||
|
||||
Reference in New Issue
Block a user