Skip to content

Commit

Permalink
tests/csplit: modify no_such_file test expected error to conform bett…
Browse files Browse the repository at this point in the history
…er with original csplit error
  • Loading branch information
fuad1502 committed Jan 7, 2025
1 parent aca79a7 commit 037ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_csplit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ fn no_such_file() {
let (_, mut ucmd) = at_and_ucmd!();
ucmd.args(&["in", "0"])
.fails()
.stderr_contains("cannot access 'in': No such file or directory");
.stderr_contains("cannot open 'in' for reading: No such file or directory");
}

#[test]
Expand Down

0 comments on commit 037ef74

Please sign in to comment.