They were tweaked a bit recently so let's enusre they're not too strict.
failed to clone into: [..]
Caused by:
- [[..]] 'file:///' is not a valid local file URI
+ [..]'file:///' is not a valid local file URI[..]
"));
}
{errmsg}
",
errmsg = if cfg!(windows) {
- "[[..]] failed to send request: [..]\n"
+ "[..]failed to send request: [..]"
} else if cfg!(target_os = "macos") {
// OSX is difficult to tests as some builds may use
// Security.framework and others may use OpenSSL. In that case let's
// just not verify the error message here.
"[..]"
} else {
- "[..] SSL error: [..]"
+ "[..]SSL error: [..]"
})));
t.join().ok().unwrap();
", addr = addr))
.with_stderr_contains("\
Caused by:
- [[..]] failed to start SSH session: Failed getting banner
+ [..]failed to start SSH session: Failed getting banner[..]
"));
t.join().ok().unwrap();
}