1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-01 05:28:30 +00:00

DirectoryHierarchy: UsedKeywords is a of the struct

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-11-16 14:43:05 -05:00
parent a8e4475c5e
commit 627c6e9ddd
Signed by: vbatts
GPG key ID: 10937E57733F1362
4 changed files with 6 additions and 10 deletions

View file

@ -200,7 +200,7 @@ func TestTarTime(t *testing.T) {
t.Fatal(err)
}
keywords := CollectUsedKeywords(dh)
keywords := dh.UsedKeywords()
// make sure "time" keyword works
_, err = Check(dir, dh, keywords)