forked from TrueCloudLab/restic
enable symlink test on windows
This commit is contained in:
parent
8e5eb1090c
commit
0d260cfd82
1 changed files with 0 additions and 3 deletions
|
@ -183,9 +183,6 @@ func TestNodeRestoreAt(t *testing.T) {
|
|||
rtest.OK(t, test.CreateAt(context.TODO(), nodePath, nil))
|
||||
rtest.OK(t, test.RestoreMetadata(nodePath))
|
||||
|
||||
if test.Type == "symlink" && runtime.GOOS == "windows" {
|
||||
continue
|
||||
}
|
||||
if test.Type == "dir" {
|
||||
rtest.OK(t, test.RestoreTimestamps(nodePath))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue