We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c758f2a commit d59d98eCopy full SHA for d59d98e
1 file changed
tests/by-util/test_fold.rs
@@ -890,6 +890,7 @@ fn test_bytewise_carriage_return_is_not_word_boundary() {
890
.stdout_is("fizz\rb\nuzz\rfi\nzzbuzz"); // spell-checker:disable-line
891
}
892
893
+#[cfg(any(target_os = "linux", target_os = "freebsd", target_os = "netbsd"))]
894
#[test]
895
fn test_bytewise_read_from_pseudo_device() {
896
let mut child = new_ucmd!().arg("-b").arg("/dev/zero").run_no_wait();
0 commit comments