File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
acceptance_test/assets/bwats-release/jobs/check-system/templates Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ function Verify-Dependencies {
9090 [void ] $files.AddRange ((
9191 " bosh-blobstore-s3.exe" ,
9292 " bosh-blobstore-dav.exe" ,
93- " tar.exe" ,
9493 " job-service-wrapper.exe"
9594 ))
9695
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ Describe "BOSH.Account" {
6161 $depsDir = (Join-Path $vcapDir " bin" )
6262 Test-Path (Join-Path $depsDir " job-service-wrapper.exe" ) | Should - Be $True
6363 Test-Path (Join-Path $depsDir " pipe.exe" ) | Should - Be $True
64- Test-Path (Join-Path $depsDir " tar.exe" ) | Should - Be $True
6564 Test-Path (Join-Path $depsDir " bosh-blobstore-dav.exe" ) | Should - Be $True
6665 Test-Path (Join-Path $depsDir " bosh-blobstore-s3.exe" ) | Should - Be $True
6766 Test-Path (Join-Path $depsDir " bosh-blobstore-gcs.exe" ) | Should - Be $True
Original file line number Diff line number Diff line change @@ -254,7 +254,6 @@ You will need to construct `assets/StemcellAutomation.zip`. This file represents
254254| deps/bosh-blobstore-gcs.exe | https://github.com/cloudfoundry/bosh-gcscli |
255255| deps/bosh-blobstore-dav.exe | https://github.com/cloudfoundry/bosh-davcli |
256256| deps/bosh-blobstore-s3.exe | https://github.com/cloudfoundry/bosh-s3cli |
257- | deps/tar.exe | https://github.com/cloudfoundry/bsdtar/ |
258257| deps/job-service-wrapper.exe | https://github.com/bosh-dep-forks/winsw |
259258| service_wrapper.exe | https://github.com/bosh-dep-forks/winsw |
260259| service_wrapper.xml | https://github.com/cloudfoundry/bosh-agent/blob/main/integration/windows/fixtures/service_wrapper.xml |
You can’t perform that action at this time.
0 commit comments