X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=tests%2Ftree-cmp.c;h=b6051ccb90f5df99b7a8154dea636e281e74d6ab;hb=5ea71b35aff264dea029792b1fdb3404c6bd9d54;hp=a7327a64fee9ccbb9bd94cc1909b4b9e718dd18d;hpb=f7a9a626a3332d1f4b6c7035a55e41884cdf90dd;p=wimlib diff --git a/tests/tree-cmp.c b/tests/tree-cmp.c index a7327a64..b6051ccb 100644 --- a/tests/tree-cmp.c +++ b/tests/tree-cmp.c @@ -4,7 +4,7 @@ * There are two modes: * - Normal mode for any filesystems. We compare file names, contents, * sizes, modes, access times, and hard links. - * - NTFS mode for NTFS-3g mounted volumes. In this mode we need to + * - NTFS mode for NTFS-3G mounted volumes. In this mode we need to * compare various NTFS-specific attributes such as named data streams * and DOS names. * @@ -280,6 +280,7 @@ static void special_cmp(const char *file1, const char *file2) cmp_xattr(file1, file2, "system.ntfs_acl", 0, false); cmp_xattr(file1, file2, "system.ntfs_attrib", 0, false); cmp_xattr(file1, file2, "system.ntfs_dos_name", 0, true); + cmp_xattr(file1, file2, "system.ntfs_object_id", 64, true); cmp_xattr(file1, file2, "system.ntfs_reparse_data", 0, true); cmp_xattr(file1, file2, "system.ntfs_times", 16, false); cmp_ads(file1, file2);