rust-lang / libtest

Rust's built-in testing and benchmarking framework
Apache License 2.0
60 stars 21 forks source link

redox: Use isatty for stdout_isatty #18

Open jackpot51 opened 5 years ago

jackpot51 commented 5 years ago

libc:isatty is now available on Redox, so it can be used instead of the stub. A new release of the crate would be good, so that this can be used in the rust repository