mirror of
https://github.com/octoleo/restic.git
synced 2025-02-08 06:38:25 +00:00
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…
x
Reference in New Issue
Block a user