You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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