From 0abc8fef5b5e729a2e1bdc3460b9442519adaf9c Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Tue, 23 Jan 2018 21:45:08 -0800 Subject: Support arbitrary baud rates on BSDs --- test/sys/test_termios.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sys') 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() { -- cgit v1.2.3