1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-11 05:43:23 +00:00

Fixed test build errors caused by previous merges

This commit is contained in:
Gilbert Chen
2020-09-26 12:01:38 -04:00
parent ace1ba5848
commit 6ad698328f
2 changed files with 5 additions and 5 deletions

View File

@@ -264,7 +264,7 @@ func TestEntryExcludeByAttribute(t *testing.T) {
for _, file := range DATA {
fullPath := filepath.Join(testDir, file)
if strings.Contains(file, "exclude") {
xattr.Setxattr(fullPath, AttributeExcludeName, []byte(AttributeExcludeValue))
xattr.Setxattr(fullPath, "com.apple.metadata:com_apple_backup_excludeItem", []byte("com.apple.backupd"))
}
}