You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test suite, test_copy_file fails since it assumes that tmpfs does not support sparse file, but in fact it does. Adding TMPFS_MAGIC into sparse_filesystems seems to suffice to fix this problem.
But in general I wonder if more robust detection strategy should not be used, the whitelist approach does seem like it has few holes.
The text was updated successfully, but these errors were encountered:
Please provide the following information
libtorrent version (or branch): 2.0.9
platform/architecture: linux/x86_64
When running the test suite, test_copy_file fails since it assumes that tmpfs does not support sparse file, but in fact it does. Adding TMPFS_MAGIC into sparse_filesystems seems to suffice to fix this problem.
But in general I wonder if more robust detection strategy should not be used, the whitelist approach does seem like it has few holes.
The text was updated successfully, but these errors were encountered: