On Tue, 14 Feb 2023 16:31:48 GMT, Brian Burkhalter wrote:
>>> Another possibility would be to add a native method to the test itself to
>>> invoke
>>> [GetDiskSpaceInformationW](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getdiskspaceinformationw)
>>> to obtain the v
> Modify the `Space` instances used for size comparison to be created with
> total number of bytes derived from the Windows `diskFree` utility instead of
> Cygwin’s `df`.
Brian Burkhalter has updated the pull request incrementally with two additional
commits since the last revision:
- 8298619