moov-io / bai2

BAI2 file format is a cash management balance reporting standard
Apache License 2.0
15 stars 9 forks source link

Normalize file paths in the fuzz test suite #106

Closed brian-pickens closed 5 months ago

brian-pickens commented 5 months ago

Due to the path separators being different on a windows machine vs a unix one, files in the errors directory were being ran by the fuzzing test suite. This one-liner should solve that problem.

brian-pickens commented 5 months ago

Fixes issue #107

adamdecaf commented 5 months ago

Thanks! I've incorporated this into https://github.com/moov-io/bai2/pull/108 and given you credit as a committer.