From 0d260cfd8254afafad30a2b12b18fda3057c9003 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Sat, 29 Oct 2022 21:26:34 +0200 Subject: [PATCH] enable symlink test on windows --- internal/restic/node_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/restic/node_test.go b/internal/restic/node_test.go index 8139ee57b..c942d171a 100644 --- a/internal/restic/node_test.go +++ b/internal/restic/node_test.go @@ -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)) }