mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 03:18:55 +00:00
Fix test
This commit is contained in:
parent
bd742ddb69
commit
abb18a830c
@ -112,7 +112,7 @@ func TestNodeFromFileInfo(t *testing.T) {
|
||||
|
||||
s, ok := fi.Sys().(*syscall.Stat_t)
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user