diff --git a/internal/archiver/testing_test.go b/internal/archiver/testing_test.go index 68563948b..5d9c43363 100644 --- a/internal/archiver/testing_test.go +++ b/internal/archiver/testing_test.go @@ -125,7 +125,6 @@ func TestTestCreateFiles(t *testing.T) { if _, ok := item.(TestSymlink); ok { continue } - continue } targetPath := filepath.Join(tempdir, filepath.FromSlash(name))