This commit is contained in:
Alexander Neumann
2018-07-14 11:51:34 +02:00
parent bd742ddb69
commit abb18a830c

View File

@@ -112,7 +112,7 @@ func TestNodeFromFileInfo(t *testing.T) {
s, ok := fi.Sys().(*syscall.Stat_t) s, ok := fi.Sys().(*syscall.Stat_t)
if !ok { if !ok {
t.Skip("fi type is %T, not stat_t", fi.Sys()) t.Skipf("fi type is %T, not stat_t", fi.Sys())
return return
} }