diff --git a/internal/restic/node_unix_test.go b/internal/restic/node_unix_test.go index a9f0c5df1..4c44d5a34 100644 --- a/internal/restic/node_unix_test.go +++ b/internal/restic/node_unix_test.go @@ -101,7 +101,7 @@ func TestNodeFromFileInfo(t *testing.T) { t.Run("", func(t *testing.T) { fi, found := stat(t, test.filename) if !found && test.canSkip { - t.Skipf("%v not found in filesystem") + t.Skipf("%v not found in filesystem", test.filename) return }