We took out PATH overrides awhile back. This breaks a few use cases.
Scenario: stub grep and then test something that uses it as a sub call. Ex. xargs grep cat
Xargs won't be able to find the grep override because it doesn't see the function override, and instead just does a PATH lookup
We took out PATH overrides awhile back. This breaks a few use cases.
Scenario: stub
grepand then test something that uses it as a sub call. Ex.xargs grep catXargs won't be able to find the grep override because it doesn't see the function override, and instead just does a PATH lookup