diff --git a/test/test_copy_file.cpp b/test/test_copy_file.cpp index 8e252b8cea..9a1dfbb2be 100644 --- a/test/test_copy_file.cpp +++ b/test/test_copy_file.cpp @@ -120,7 +120,7 @@ bool fs_supports_sparse_files() static fsword_t const ufs = 0x00011954; static const std::set sparse_filesystems{ EXT4_SUPER_MAGIC, EXT3_SUPER_MAGIC, XFS_SUPER_MAGIC, fsword_t(BTRFS_SUPER_MAGIC) - , ufs, REISERFS_SUPER_MAGIC, TMPFS_MAGIC + , ufs, REISERFS_SUPER_MAGIC, TMPFS_MAGIC, OVERLAYFS_SUPER_MAGIC }; printf("filesystem: %ld\n", long(st.f_type)); return sparse_filesystems.count(st.f_type);