openSUSE / Mojo-IOLoop-ReadWriteProcess

Execute external programs or internal code blocks as separate process
Other
10 stars 13 forks source link

The tests in t/10_cgroupv* use invalid paths #4

Closed eseyman closed 4 years ago

eseyman commented 5 years ago

The tests in t/10_cgroupv* use invalid paths. This wasn't a huge problem until Mojolicious 8.23 was released. In that version, Mojo::File was modified not to allow undefined values in paths.

This breaks the tests in t/10_cgroupv*.

okurz commented 5 years ago

Also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939460 about this

mudler commented 4 years ago

This should be fixed by #5 (Thanks to @kraih !). I've just cutted a new release and should be available soon.