mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +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.RestoreMetadata(nodePath))
|
||||
|
||||
if test.Type == "symlink" && runtime.GOOS == "windows" {
|
||||
continue
|
||||
}
|
||||
if test.Type == "dir" {
|
||||
rtest.OK(t, test.RestoreTimestamps(nodePath))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user