Home
last modified time | relevance | path

Searched refs:echoed_string (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/nix/test/
Dtest_pty.rs181 let echoed_string = "foofoofoo\r\n"; in test_openpty() localVariable
184 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty()
230 let echoed_string = "foofoofoo\n"; in test_openpty_with_termios() localVariable
232 assert_eq!(&buf, echoed_string.as_bytes()); in test_openpty_with_termios()
257 let echoed_string = "naninani\r\n"; in test_forkpty() localVariable
271 assert_eq!(&buf, echoed_string.as_bytes()); in test_forkpty()