File tree Expand file tree Collapse file tree
spec/integration/transport Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments