summaryrefslogtreecommitdiff
path: root/kitchen-tests
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
index 4c5ffd8581..840b0567d0 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -107,6 +107,16 @@ execute "changing ownership of the git cask" do
live_stream true
end
+execute "show the list of offending folders" do
+ command "ls -al /usr/local/Cellar/git@2.35.1/2.35.1/etc/bash_completion.d"
+ live_stream true
+end
+
+execute "show the list of offending folders" do
+ command "rm -rf /usr/local/Cellar/git@2.35.1"
+ live_stream true
+end
+
# execute "where or where is the git cask" do
# command "ls -al /usr/local/Cellar"
# live_stream true