mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
enable symlink test on windows
This commit is contained in:
parent
8e5eb1090c
commit
0d260cfd82
@ -183,9 +183,6 @@ func TestNodeRestoreAt(t *testing.T) {
|
|||||||
rtest.OK(t, test.CreateAt(context.TODO(), nodePath, nil))
|
rtest.OK(t, test.CreateAt(context.TODO(), nodePath, nil))
|
||||||
rtest.OK(t, test.RestoreMetadata(nodePath))
|
rtest.OK(t, test.RestoreMetadata(nodePath))
|
||||||
|
|
||||||
if test.Type == "symlink" && runtime.GOOS == "windows" {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
if test.Type == "dir" {
|
if test.Type == "dir" {
|
||||||
rtest.OK(t, test.RestoreTimestamps(nodePath))
|
rtest.OK(t, test.RestoreTimestamps(nodePath))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user