summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <jmccrae@chf.io>2022-05-08 10:08:26 +0600
committerJohn McCrae <jmccrae@chf.io>2022-05-08 10:08:26 +0600
commit11ebef801465c2b89b934d8627d8bba9d6822fd6 (patch)
treedaeccbb048910f64e2c0c6dc40fcfe2e42b4a194
parent38ca8839e5a1cd8295ef88a9e88b1fcba3cefd4b (diff)
downloadchef-11ebef801465c2b89b934d8627d8bba9d6822fd6.tar.gz
Updated the recipe to remove Git completely before updating it.
Signed-off-by: John McCrae <jmccrae@chf.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
index 8e3fb819ac..8b17bbab5a 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -95,8 +95,13 @@ end
# /usr/local/Cellar/git@2.35.1/2.35.1/etc/bash_completion.d/git-completion.bash
-execute "changing ownership of the git cask" do
- command "chmod -R 777 /usr/local/Cellar/git"
+# execute "changing ownership of the git cask" do
+# command "chmod -R 777 /usr/local/Cellar/git"
+# live_stream true
+# end
+
+execute "where or where is the git cask" do
+ command "cat/usr/local/Cellar"
live_stream true
end