mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
shuf: skip test that would exit the test suite too early
This commit is contained in:
committed by
Daniel Hofstetter
parent
67373eb4df
commit
9bc178ae38
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user