diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/sys/test_termios.rs | 1 |
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() { |