mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-06-29 20:58:29 +00:00
travis: add travis check
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
b595e50fec
commit
c3855dab6d
5 changed files with 27 additions and 6 deletions
|
@ -26,7 +26,7 @@ func TestXattr(t *testing.T) {
|
|||
t.Error(fh.Name(), err)
|
||||
}
|
||||
if !(len(l) > 0) {
|
||||
t.Errorf("%q: expected a list of at least 1; got %d", len(l))
|
||||
t.Errorf("%q: expected a list of at least 1; got %d", fh.Name(), len(l))
|
||||
}
|
||||
got, err := Get(fh.Name(), "user.testing")
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue