1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00
wezterm/wezterm-ssh
Wez Furlong a745c2edc8 ssh: fixup test for centos8
```
thread 'e2e::sftp::canonicalize_should_either_return_resolved_path_or_error_if_missing' panicked at 'Unexpected result from canonicalize: Err(LibSsh(Sftp(SftpError(2))))', wezterm-ssh/tests/e2e/sftp.rs:615:14
```

We can't currently match that error because the LibSsh SftError(x) error
code is private.
2021-12-15 11:48:13 -07:00
..
examples introduce unicode_version config 2021-11-25 09:00:45 -07:00
src ssh: improve diagnostics to debug failing integration test 2021-12-15 11:39:00 -07:00
tests ssh: fixup test for centos8 2021-12-15 11:48:13 -07:00
Cargo.toml fix windows build 2021-12-13 09:02:24 -07:00