Skip to content

Fix a failing spec

Nick Thomas requested to merge fix-failing-spec into main

When the shell environment includes SSH_CONNECTION, one spec fails as the way we're stubbing the environment to the subprocess doesn't wipe out the pre-existing variable. This commit changes how we do it so the spec passes even in this environment.

Merge request reports