mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
parent
507e1cc09b
commit
fb2399f56b
13 changed files with 25 additions and 19 deletions
|
@ -4888,7 +4888,7 @@ fn test_following_with_pid() {
|
|||
// should fail with any command that takes piped input.
|
||||
// See also https://github.com/uutils/coreutils/issues/3895
|
||||
#[test]
|
||||
#[cfg_attr(not(feature = "expensive_tests"), ignore)]
|
||||
#[cfg_attr(not(feature = "expensive_tests"), ignore = "")]
|
||||
fn test_when_piped_input_then_no_broken_pipe() {
|
||||
let ts = TestScenario::new("tail");
|
||||
for i in 0..10000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue