Skip to content

Commit e1cd6ae

Browse files
committed
ci: use D drive
1 parent 7d080ab commit e1cd6ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/integration/transport/winrm_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def stub_winrm_to_raise(klass, message)
185185

186186
it "can upload a file to a host" do
187187
contents = "kadejtw89894"
188-
remote_path = 'C:\Windows\Temp\upload-test-winrm-ssl'
188+
remote_path = 'D:\Windows\Temp\upload-test-winrm-ssl'
189189
with_tempfile_containing('upload-test-winrm-ssl', contents, '.ps1') do |file|
190190
expect(
191191
winrm.upload(target, file.path, remote_path).value
@@ -203,7 +203,7 @@ def stub_winrm_to_raise(klass, message)
203203

204204
it "can download a file from a host" do
205205
contents = SecureRandom.uuid
206-
remote_path = File.join(%w[C: Windows Temp test-winrm-ssl])
206+
remote_path = File.join(%w[D: Windows Temp test-winrm-ssl])
207207
basename = 'test.ps1'
208208
remote_file = File.expand_path(basename, remote_path)
209209

0 commit comments

Comments
 (0)