mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Don't test "blocks" in lstat_stat_variation7.phpt
This stat property seems to be somewhat unreliable depending on the filesystem. On Travis ARM64 CI a much larger payload is required to get this value to increase.
This commit is contained in:
parent
8fd30aae16
commit
6aa6d70e9d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ $new_stat = stat($file_name);
|
|||
var_dump( compare_self_stat($old_stat) );
|
||||
var_dump( compare_self_stat($new_stat) );
|
||||
// compare the stats
|
||||
$comp_arr = array(7, 12, 'size', 'blocks');
|
||||
$comp_arr = array(7, 'size');
|
||||
var_dump(compare_stats($old_stat, $new_stat, $comp_arr, "<"));
|
||||
clearstatcache();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue