summaryrefslogtreecommitdiff
path: root/knife/spec
diff options
context:
space:
mode:
authorskylerto <skylerclayne@gmail.com>2021-05-18 11:09:34 -0400
committerskylerto <skylerclayne@gmail.com>2021-05-19 11:14:30 -0400
commit9925c5e53a87a52cc202a623e559fcfdf280fa5f (patch)
tree7c9c405635b11b5b5acc0e6fef309aeab968dbd5 /knife/spec
parent92cc4324bb72e304b29195744ff805a13356ad47 (diff)
downloadchef-9925c5e53a87a52cc202a623e559fcfdf280fa5f.tar.gz
changes cache input for testing
Signed-off-by: skylerto <skylerclayne@gmail.com>
Diffstat (limited to 'knife/spec')
-rw-r--r--knife/spec/unit/knife/core/windows_bootstrap_context_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/knife/spec/unit/knife/core/windows_bootstrap_context_spec.rb b/knife/spec/unit/knife/core/windows_bootstrap_context_spec.rb
index 61d349a93d..ecbb500452 100644
--- a/knife/spec/unit/knife/core/windows_bootstrap_context_spec.rb
+++ b/knife/spec/unit/knife/core/windows_bootstrap_context_spec.rb
@@ -165,8 +165,8 @@ describe Chef::Knife::Core::WindowsBootstrapContext do
expected = <<~EXPECTED
echo.chef_server_url "http://chef.example.com:4444"
echo.validation_client_name "chef-validator-testing"
- echo.file_cache_path "C:\\\\chef\\\\cache"
- echo.file_backup_path "C:\\\\chef\\\\backup"
+ echo.file_cache_path "c:/chef/cache"
+ echo.file_backup_path "c:/chef/backup"
echo.cache_options ^({:path =^> "C:\\\\chef\\\\cache\\\\checksums", :skip_expires =^> true}^)
echo.# Using default node name ^(fqdn^)
echo.log_level :auto