mirror of https://github.com/restic/restic.git
archiver_test: Only skip symlinks on windows
This commit is contained in:
parent
b4a7ce86cf
commit
84ea2389ae
|
@ -125,7 +125,6 @@ func TestTestCreateFiles(t *testing.T) {
|
||||||
if _, ok := item.(TestSymlink); ok {
|
if _, ok := item.(TestSymlink); ok {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
continue
|
|
||||||
}
|
}
|
||||||
|
|
||||||
targetPath := filepath.Join(tempdir, filepath.FromSlash(name))
|
targetPath := filepath.Join(tempdir, filepath.FromSlash(name))
|
||||||
|
|
Loading…
Reference in New Issue