enable symlink test on windows

This commit is contained in:
Michael Eischer 2022-10-29 21:26:34 +02:00
parent 8e5eb1090c
commit 0d260cfd82
1 changed files with 0 additions and 3 deletions

View File

@ -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))
}