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 5385f35  fix TestPermissionDenied should ignore darwin
5385f35 is described below

commit 5385f35485e95197be33cd3684392186fe49db31
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

Reply via email to