summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
index 3d9bc9dd68..0c6619c28d 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -89,9 +89,12 @@ bash "remove git" do
code <<~EOH
# echo "password" | sudo chown -R $(whoami) $(brew --prefix)/*
# brew list --full-name | grep '^git@' | xargs brew uninstall --ignore-dependencies
- brew uninstall git@2.35.1 --ignore-dependencies
+ # brew uninstall git@2.35.1 --ignore-dependencies
+ which git
+ echo $PATH
EOH
user "tempadmin"
+ live_stream true
end
user "tempadmin" do