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

Inverted command/expected result between 2 tests in ssh-22 #182

Open
strus38 opened this issue Sep 25, 2020 · 0 comments
Open

Inverted command/expected result between 2 tests in ssh-22 #182

strus38 opened this issue Sep 25, 2020 · 0 comments

Comments

@strus38
Copy link

strus38 commented Sep 25, 2020

sh-baseline ssh-22 Bash command ssh -G localhost stdout is expected to match "ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr" KO expected "user root\nhostname localhost\nport 22\naddressfamily any\nbatchmode no\ncanonicalizefallbacklocal y...trolpersist no\nescapechar ~\nipqos lowdelay throughput\nrekeylimit 0 0\nstreamlocalbindmask 0177\n" to match "macs hmac-sha2-512-etm@openssh.com,[email protected],[email protected],hmac-sha2-512,hmac-sha2-256" Diff: @@ […]
ssh-baseline ssh-22 Bash command ssh -G localhost stdout is expected to match "macs hmac-sha2-512-etm@openssh.com,[email protected],[email protected],hmac-sha2-512,hmac-sha2-256" KO expected "user root\nhostname localhost\nport 22\naddressfamily any\nbatchmode no\ncanonicalizefallbacklocal y...trolpersist no\nescapechar ~\nipqos lowdelay throughput\nrekeylimit 0 0\nstreamlocalbindmask 0177\n" to match "ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr" Diff @@ […]

The fix is just to put the right expected for the right test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant