cli-test: Refactor Path Handling
In the previous refactoring in commit 4894657b, the order of entries
in $PATH was changed unintentionally. Revisit the order and use
nicer APIs to handle paths.
In the previous refactoring in commit 4894657b, the order of entries
in $PATH was changed unintentionally. Revisit the order and use
nicer APIs to handle paths.
cli-test: Configure escargot properly
Configuration calls to escargot were removed in commit 4894657b.
An unintentional consequence are spurious failures to invoke freshly
compiled binaries in CLI tests.
Bring back the explicit configuration to remedy.
Fixes
Rebase, reword commits.