Change #242946
Category | None |
Changed by | Viktor Szakats <commit | @vsz.me>
Changed at | Thu 14 Aug 2025 12:25:15 |
Repository | https://api.github.com/repos/curl/curl |
Project | curl/curl |
Branch | master |
Revision | c24d4be05775bc18bc39b296e5e12a16fb05f55b |
Comments
processhelp.pm: fix to use the correct null device on Windows To not create a file named `nul` in the `tests` directory when running tests with MSYS2/Cygwin Perl (the only supported Perl for Windows). I imagine this may cause issues when being written in parallel. Also `nul` is a reserved filename on Windows. Closes #18282
Changed files
- tests/processhelp.pm