diff --git a/internal/restic/node_unix_test.go b/internal/restic/node_unix_test.go index 4c44d5a34..0908d378e 100644 --- a/internal/restic/node_unix_test.go +++ b/internal/restic/node_unix_test.go @@ -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 }