This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-1.5.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.5.x by this push:
new b31c05e fix TestPermissionDenied should ignore darwin
b31c05e is described below
commit b31c05ec11eb99f3c403ed35b9de987807b20733
Author: Abirdcfly <[email protected]>
AuthorDate: Tue Aug 10 19:32:54 2021 +0800
fix TestPermissionDenied should ignore darwin
---
pkg/cmd/util_test.go | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pkg/cmd/util_test.go b/pkg/cmd/util_test.go
index b47c071..5938b86 100644
--- a/pkg/cmd/util_test.go
+++ b/pkg/cmd/util_test.go
@@ -1,3 +1,5 @@
+// +build !darwin
+
/*
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with