mirror of
https://github.com/restic/restic.git
synced 2025-08-14 03:27:41 +00:00
Fix test
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user