This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new c9f6c2a6b chore: re-enable file permissions test on darwin
c9f6c2a6b is described below
commit c9f6c2a6bcc759a3b85f4dbff6511dae3a176d0f
Author: Lukas Zapletal <[email protected]>
AuthorDate: Wed Apr 17 18:44:32 2024 +0200
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 fe0124396..150b3bffc 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