Skip to content

Commit

Permalink
Disable incompatible test on redox
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 authored and mmstick committed May 26, 2020
1 parent e8be4c7 commit ace66d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tty/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ pub fn move_cursor_up(n: usize) -> String {
format!("\x1B[{}A", n)
}

#[cfg(not(target_os = "redox"))]
#[test]
/// Compare with the output of `stty size`
fn compare_with_stty() {
Expand Down

0 comments on commit ace66d4

Please sign in to comment.