summaryrefslogtreecommitdiff
path: root/spec/unit/provider
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-06-26 11:17:25 -0700
committerGitHub <noreply@github.com>2020-06-26 11:17:25 -0700
commit451cd8e5db0a78b68db7e493f2ff73a473171d8b (patch)
tree403610474b5dd9b08bb89329cbcaee6cd7442212 /spec/unit/provider
parent2ddf671999fc5b8261eb1dbf5572fda41bd65851 (diff)
parent8dffd98327782cec61f5e3765789a84c563d85d2 (diff)
downloadchef-451cd8e5db0a78b68db7e493f2ff73a473171d8b.tar.gz
Merge pull request #10074 from chef/lcg/win-unit-test-cherrypick
Pick some of the unit test fixes from #10068
Diffstat (limited to 'spec/unit/provider')
-rw-r--r--spec/unit/provider/batch_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/batch_spec.rb b/spec/unit/provider/batch_spec.rb
index 3ca1334489..80e914beaa 100644
--- a/spec/unit/provider/batch_spec.rb
+++ b/spec/unit/provider/batch_spec.rb
@@ -94,7 +94,7 @@ describe Chef::Provider::Batch do
end
describe "#command" do
- let(:basepath) { "C:\\Windows\\system32" }
+ let(:basepath) { "C:\\Windows\\system32\\" }
let(:interpreter) { File.join(basepath, "cmd.exe") }
before do