Skip to content

Commit

Permalink
split: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhitkoff committed Nov 8, 2023
1 parent 6e7c2fd commit 2c454a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/by-util/test_split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -911,10 +911,6 @@ fn test_suffixes_exhausted() {
.args(&["-b", "1", "-a", "1", "asciilowercase.txt"])
.fails()
.stderr_only("split: output file suffixes exhausted\n");
new_ucmd!()
.args(&["-n", "28", "-a", "1", "asciilowercase.txt"])
.fails()
.stderr_only("split: output file suffixes exhausted\n");
}

#[test]
Expand Down

0 comments on commit 2c454a2

Please sign in to comment.