From 0d4b17d4c03bfcbe3a5959e2c1dc47f4f36e47ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 19 Dec 2022 15:40:47 +0100 Subject: modules: Make the module.workspace=off as default (note) Also, resolve any workspace file relative to the workingDir. Fixes #10553 --- hugolib/page_permalink_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'hugolib/page_permalink_test.go') diff --git a/hugolib/page_permalink_test.go b/hugolib/page_permalink_test.go index 0939cc1ff..7ea672330 100644 --- a/hugolib/page_permalink_test.go +++ b/hugolib/page_permalink_test.go @@ -63,6 +63,7 @@ func TestPermalink(t *testing.T) { } for i, test := range tests { + i := i test := test t.Run(fmt.Sprintf("%s-%d", test.file, i), func(t *testing.T) { t.Parallel() -- cgit v1.2.3