summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-07-01 12:39:42 -0700
committerTim Smith <tsmith84@gmail.com>2020-07-01 12:39:42 -0700
commitc02ec2548a18092df82f927790a4e78b1e310405 (patch)
tree007edf6390d11c67dae8bc7589acbe170140279d
parent7c1de77226593b6d0d9febad766df82da7a24923 (diff)
downloadchef-c02ec2548a18092df82f927790a4e78b1e310405.tar.gz
Test build_essential installation in Kitchenbuild_essential_mac_output
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/macos.rb2
1 files changed, 2 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 30b674620b..c6be1ef249 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/macos.rb
@@ -56,6 +56,8 @@ include_recipe "git"
end
end
+build_essential
+
launchd "io.chef.testing.fake" do
source "io.chef.testing.fake.plist"
action "enable"