Add support for EAs to Windows tars

This commit is contained in:
John Starks
2017-08-01 17:24:15 -07:00
parent 7ff89941bc
commit 42a2f45ea5
5 changed files with 328 additions and 6 deletions
+1 -1
View File
@@ -80,5 +80,5 @@ func TestRoundTrip(t *testing.T) {
t.Errorf("got %#v, expected %#v", *bi, *bi2)
}
ensurePresent(t, hdr.Winheaders, "fileattr", "sd")
ensurePresent(t, hdr.Winheaders, "fileattr", "rawsd")
}