Skip to content

Commit

Permalink
shuf: skip test that would exit the test suite too early
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWiederhake committed Mar 29, 2024
1 parent ef2b126 commit 7e9e7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/coreutils/shuf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ fn noarg_is_file_zero() {
}

#[test]
#[ignore = "exits too early"]
fn the_help() {
let settings = parse(&["shuf", "--help"]).unwrap();
assert_eq!(
Expand Down

0 comments on commit 7e9e7f8

Please sign in to comment.