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

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))