summaryrefslogtreecommitdiff
path: root/test/sys/test_termios.rs
diff options
context:
space:
mode:
authorBryant Mairs <bryantmairs@google.com>2018-01-23 21:45:08 -0800
committerBryant Mairs <bryantmairs@google.com>2018-01-25 20:37:33 -0800
commit0abc8fef5b5e729a2e1bdc3460b9442519adaf9c (patch)
tree9f3b905fde14697633f8eec53baf4c1f8f517b7e /test/sys/test_termios.rs
parentffe3e50e4d1cb8cfb71d665e72d540122a31a047 (diff)
downloadnix-0abc8fef5b5e729a2e1bdc3460b9442519adaf9c.zip
Support arbitrary baud rates on BSDs
Diffstat (limited to 'test/sys/test_termios.rs')
-rw-r--r--test/sys/test_termios.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sys/test_termios.rs b/test/sys/test_termios.rs
index 903a5353..831fc18b 100644
--- a/test/sys/test_termios.rs
+++ b/test/sys/test_termios.rs
@@ -27,6 +27,7 @@ fn test_tcgetattr_pty() {
close(pty.master).expect("closing the master failed");
close(pty.slave).expect("closing the slave failed");
}
+
// Test tcgetattr on something that isn't a terminal
#[test]
fn test_tcgetattr_enotty() {