You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The expect() calls cause stty to panic if we are not attached to
a tty with ENOTTY. This in turn causes shells to print messages
"Aborted (core dumped)", breaking tests that assume empty stderr
[with normal stderr of the process being redirected].
Refactor the code to use .and_then() and .map_err() to map the
resulting nix Errno into a boxed UIoError.
0 commit comments