Commit 9bc68a7
test: set GIT_SSH_COMMAND in V2 remote-fetch test to override env SSH (#38)
The test fakes GIT_SSH to intercept git fetch over SSH, but the
host environment exports GIT_SSH_COMMAND (which takes priority over
GIT_SSH), so git was using the real ssh binary and getting a real
GitHub 404. Set GIT_SSH_COMMAND to the same fake script so the test
is deterministic across environments.
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>1 parent 6feded7 commit 9bc68a7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1962 | 1962 | | |
1963 | 1963 | | |
1964 | 1964 | | |
| 1965 | + | |
1965 | 1966 | | |
1966 | 1967 | | |
1967 | 1968 | | |
| |||
0 commit comments