e2fsprogs icon indicating copy to clipboard operation
e2fsprogs copied to clipboard

Tests failed: m_assume_storage_prezeroed (when /tmp is not a tmpfs)

Open xry111 opened this issue 2 years ago • 0 comments

The precise number of block used seems depending on the underlying file system for /tmp (where the test file is created). The number 224 seems only valid for tmpfs. On other FS I've got numbers like 232 or 496.

Should we skip the test if /tmp is not a mountpoint for tmpfs, or check if the actual number is smaller than a threshold instead of equal with a precise number?

xry111 avatar Mar 01 '23 06:03 xry111