mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-12-18 12:06:30 +00:00
comment: typo
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
79927ba184
commit
555e4c9e5f
1 changed files with 1 additions and 1 deletions
|
@ -90,5 +90,5 @@ func TestXattrUpdate(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO make a test for xattr here. Likely in the user space for privileges. Even still this may be prone to error for some tmpfs don't act right with xattrs. :-\
|
// TODO make a test for xattr here. Likely in the user space for privileges. Even still this may be prone to error for some tmpfs don't act right with xattrs. :-\
|
||||||
// I'd hate to have to t.Skip() a test rather than fail alltogether.
|
// I'd hate to have to t.Skip() a test rather than fail altogether.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue