| Summary: | regress/agent-getpeereid.sh uses wrong ssh-add program | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Colin Watson <cjwatson> | ||||
| Component: | Regression tests | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | 7.4p1 | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2647 | ||||||
| Attachments: |
|
||||||
Applied; thanks closing resolved bugs as of 8.6p1 release |
Created attachment 2921 [details] Use correct ssh-add in agent-getpeereid test It should use ${SSHADD} as other tests do, rather than resolving ssh-add via $PATH. Patch attached.