mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #7106 from cakebaker/csplit_simplify_test
csplit: simplify test
This commit is contained in:
@@ -1376,8 +1376,8 @@ fn zero_error() {
|
||||
|
||||
#[test]
|
||||
fn no_such_file() {
|
||||
let (_, mut ucmd) = at_and_ucmd!();
|
||||
ucmd.args(&["in", "0"])
|
||||
new_ucmd!()
|
||||
.args(&["in", "0"])
|
||||
.fails()
|
||||
.stderr_contains("cannot open 'in' for reading: No such file or directory");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user