aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs/linux_configs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/vcs/linux_configs_test.go')
-rw-r--r--pkg/vcs/linux_configs_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/vcs/linux_configs_test.go b/pkg/vcs/linux_configs_test.go
index 80be75db7..93449ca8b 100644
--- a/pkg/vcs/linux_configs_test.go
+++ b/pkg/vcs/linux_configs_test.go
@@ -71,7 +71,6 @@ CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_PROVE_LOCKING=y
`
for _, test := range tests {
- test := test
t.Run(test.name, func(t *testing.T) {
conf, err := kconfig.ParseConfigData([]byte(base), "base")
if err != nil {