Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/sshserver.pl: Define AddressFamily earlier #10983

Closed
wants to merge 1 commit into from

Conversation

sevan
Copy link
Contributor

@sevan sevan commented Apr 16, 2023

As the comment states "Address family must be specified before ListenAddress", otherwise the tests fail to run "failed starting SSH server" 52 times (582, 583, 600, 601, 602, 603, 604, 605, 606 and 43 more)

As the comment states "Address family must be specified before ListenAddress", otherwise the tests fail to run
`"failed starting SSH server" 52 times (582, 583, 600, 601, 602, 603, 604, 605, 606 and 43 more)`
@sevan
Copy link
Contributor Author

sevan commented Apr 17, 2023

Issue happened due to an ancient version of OpenSSH (v5.1) being used by accident on test system. Installing OpenSSH v9.3 and running the test suite is fine without this proposed change, so it's only needed for backwards compat testing.

@bagder bagder requested a review from dfandrich April 17, 2023 07:05
@bagder
Copy link
Member

bagder commented Apr 17, 2023

@dfandrich I assigned this review to you since you're all over the test scripts these days

@dfandrich dfandrich closed this in 25dcbbc Apr 18, 2023
@dfandrich
Copy link
Contributor

Thanks! I've submitted this with an extra no-op line added in a conditional earlier in the file so that this line gets added at exactly the same point in both a Windows and non-Windows config.

@sevan sevan deleted the patch-1 branch May 16, 2023 22:31
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
As the comment states "Address family must be specified before ListenAddress", otherwise the tests fail to run
`"failed starting SSH server" 52 times (582, 583, 600, 601, 602, 603, 604, 605, 606 and 43 more)`

Closes curl#10983
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants