mirage / alcotest

A lightweight and colourful test framework
ISC License
456 stars 80 forks source link

Extra path separator prepended in mkdir_p #404

Open bbonf opened 6 months ago

bbonf commented 6 months ago

The mkdir_p implementation adds an extra / at the start of paths.

On linux this causes no issues, but under cygwin the path gets interpreted as a network share (e.g. //host/share), and the test run fails with Unix.EROFS