Skip to content

testing: fix expect error when the command is not on the PATH

Warren Gifford requested to merge aharvey/expecto-path-errorum into main

Created by: LawnGnome

The comment in the diff basically describes this: we had an unintentional coupling in mocked commands with the host's binaries on its PATH, which is obviously bad if you're trying to mock away the environment in the first place.

Merge request reports

Loading