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.rb11
1 files changed, 8 insertions, 3 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
index 43a748ebc7..9970c64bea 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -83,9 +83,14 @@ execute "which fucking git" do
live_stream true
end
-file '/usr/local/var/homebrew/locks/git@2.35.1.formula.lock' do
- mode '0777'
- owner 'root'
+file "/usr/local/var/homebrew/locks/git@2.35.1.formula.lock" do
+ mode "0777"
+ owner "root"
+end
+
+file "/usr/local/etc/bash_completion.d/git-completion.bash" do
+ mode "0777"
+ owner "root"
end
# execute "changing ownership of the git cask" do