archiver_test: Only skip symlinks on windows

This commit is contained in:
Michael Eischer 2020-03-07 21:43:29 +01:00
parent b4a7ce86cf
commit 84ea2389ae
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ func TestTestCreateFiles(t *testing.T) {
if _, ok := item.(TestSymlink); ok {
continue
}
continue
}
targetPath := filepath.Join(tempdir, filepath.FromSlash(name))