Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert file path to file uri in TestVerifiedHash
this uses filepath.ToSlash function to convert root of the filepath to either slash or windows drive letter it 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 ```
- Loading branch information