Skip to content

Commit b841ab5

Browse files
committed
shuf: skip test that would exit the test suite too early
1 parent b102ed4 commit b841ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/coreutils/shuf.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ fn noarg_is_file_zero() {
8787
}
8888

8989
#[test]
90+
#[ignore = "exits too early"]
9091
fn the_help() {
9192
let settings = parse(&["shuf", "--help"]).unwrap();
9293
assert_eq!(

0 commit comments

Comments
 (0)