Skip to content

Commit eb18883

Browse files
Eh2406ehuss
andauthored
add a missing is:
Co-authored-by: Eric Huss <eric@huss.org>
1 parent 44666f7 commit eb18883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/ssh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ fn known_host_works() {
184184
// Validate the fingerprint while we're here.
185185
let fingerprint = stderr
186186
.lines()
187-
.find_map(|line| line.strip_prefix(" The ECDSA key fingerprint"))
187+
.find_map(|line| line.strip_prefix(" The ECDSA key fingerprint is: "))
188188
.unwrap()
189189
.trim();
190190
let finger_out = sshd.exec(&["ssh-keygen", "-l", "-f", "/etc/ssh/ssh_host_ecdsa_key.pub"]);

0 commit comments

Comments
 (0)