diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-05-29 19:31:18 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-29 19:31:39 -0700 |
commit | 94414b4818aa88aaf51e1c71249743f9b0f8c33a (patch) | |
tree | e97a43f5293044d9adb8e0107e5468b7cd5e5d3f /kitchen-tests | |
parent | 2f96bc65d568975d9f3714c0420970c8df1fad5d (diff) | |
download | chef-94414b4818aa88aaf51e1c71249743f9b0f8c33a.tar.gz |
Remove the sudo test
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb index 090bf1c725..6fcdd51d10 100644 --- a/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb +++ b/kitchen-tests/cookbooks/end_to_end/recipes/_macos_userdefaults.rb @@ -24,10 +24,3 @@ macos_userdefaults "set dock size" do key "tilesize" value "20" end - -macos_userdefaults "disable time machine normal schedule" do - domain "/System/Library/LaunchDaemons/com.apple.backupd-auto" - key "Disabled" - value "TRUE" - sudo true -end |