Skip to content

Commit ace66d4

Browse files
jackpot51mmstick
authored andcommitted
Disable incompatible test on redox
1 parent e8be4c7 commit ace66d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tty/unix.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pub fn move_cursor_up(n: usize) -> String {
5757
format!("\x1B[{}A", n)
5858
}
5959

60+
#[cfg(not(target_os = "redox"))]
6061
#[test]
6162
/// Compare with the output of `stty size`
6263
fn compare_with_stty() {

0 commit comments

Comments
 (0)