Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert windows file path to file uri in TestVerifiedHash
this fixes the following unit test failure on windows: ``` === RUN TestVerifiedHash metadata_test.go:214: Error Trace: D:/a/crc/crc/pkg/crc/machine/bundle/metadata_test.go:214 D:/a/crc/crc/pkg/crc/machine/bundle/metadata_test.go:193 Error: Received unexpected error: parse "file://D:\\a\\crc\\crc\\pkg\\crc\\machine\\bundle\\testdata\\sha256sum_correct_4.13.0.txt.sig": invalid port ":\\a\\crc\\crc\\pkg\\crc\\machine\\bundle\\testdata\\sha256sum_correct_4.13.0.txt.sig" after host Test: TestVerifiedHash ``` the correct file URI should be 'file://D/a/crc/crc/pkg/crc/machine/bundle..'
- Loading branch information