We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ae008 commit c4c36eaCopy full SHA for c4c36ea
tests/pty_closed.rs
@@ -18,6 +18,7 @@ mod unix {
18
unsafe { File::from_raw_fd(fd) }
19
}
20
21
+ #[cfg(all(unix, target_os = "linux"))]
22
#[test]
23
fn log_after_pty_close() {
24
let pt = wrap_fd(unsafe { libc::getpt() }, "getpt");
0 commit comments