Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workaround for multirust directory in testing
The home directory is a dummy one during the tests but the .multirust directory in the real home remains in $PATH. Instead of filtering $HOME/.multirust, it is necessary to filter any $PATH entry containing .multirust as a component.
- Loading branch information