From c9f6c2a6bcc759a3b85f4dbff6511dae3a176d0f Mon Sep 17 00:00:00 2001 From: Lukas Zapletal Date: Wed, 17 Apr 2024 18:44:32 +0200 Subject: [PATCH] chore: re-enable file permissions test on darwin --- pkg/cmd/source/util_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/cmd/source/util_test.go b/pkg/cmd/source/util_test.go index fe01243968..150b3bffc5 100644 --- a/pkg/cmd/source/util_test.go +++ b/pkg/cmd/source/util_test.go @@ -1,6 +1,3 @@ -//go:build !darwin -// +build !darwin - /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with