Home
last modified time | relevance | path

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

/external/rust/crates/nix/test/
Dtest_pty.rs187 let echoed_string2 = "barbarbarbar\r\n"; in test_openpty() localVariable
192 assert_eq!(&buf, echoed_string2.as_bytes()); in test_openpty()
235 let echoed_string2 = "barbarbarbar\n"; in test_openpty_with_termios() localVariable
240 assert_eq!(&buf, echoed_string2.as_bytes()); in test_openpty_with_termios()