mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge pull request #7106 from cakebaker/csplit_simplify_test
csplit: simplify test
This commit is contained in:
commit
cef9a2b960
1 changed files with 2 additions and 2 deletions
|
@ -1376,8 +1376,8 @@ fn zero_error() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn no_such_file() {
|
fn no_such_file() {
|
||||||
let (_, mut ucmd) = at_and_ucmd!();
|
new_ucmd!()
|
||||||
ucmd.args(&["in", "0"])
|
.args(&["in", "0"])
|
||||||
.fails()
|
.fails()
|
||||||
.stderr_contains("cannot open 'in' for reading: No such file or directory");
|
.stderr_contains("cannot open 'in' for reading: No such file or directory");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue