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 2234b47 commit 2d4f7d5Copy full SHA for 2d4f7d5
tests/by-util/test_tail.rs
@@ -636,10 +636,7 @@ fn test_follow_multiple() {
636
}
637
638
#[test]
639
-#[cfg(all(
640
- not(target_vendor = "apple"),
641
- not(target_os = "windows")
642
-))] // FIXME: test times out
++#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: test times out
643
fn test_follow_name_multiple() {
644
// spell-checker:disable-next-line
645
for argument in ["--follow=name", "--follo=nam", "--f=n"] {
0 commit comments