Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Test::Util's &make-temp-path for socket tests
This deduplicates some temporary file logic (and probably generates "better" file names). The main part of the patch was written by @Kaiepi -- see Raku#732. The only difference in this commit is the usage of an absolute path, instead of changing to $*TMPDIR and using a relative path. That's necessary because the C code that actually creates the socket file doesn't get its current working directory changed.
- Loading branch information