summaryrefslogtreecommitdiff
path: root/test/sys/test_termios.rs
diff options
context:
space:
mode:
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() {