mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
It's reasonable to expect megabytes will be freed up and given back to the host. Previously we just tested that at least 1 block was released. This test checks that at least 1000 blocks are released (since stat(2) returns blocks of 512 bytes: 512 bytes * 1000 = approx 0.5 MB).