mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests: replace run() with succeeds() or fails()
This commit is contained in:
parent
3844a74c38
commit
df4dfea852
39 changed files with 434 additions and 498 deletions
|
@ -397,7 +397,7 @@ fn test_comma_with_plus_4() {
|
|||
fn test_args_override() {
|
||||
new_ucmd!()
|
||||
.args(&["-i", "-i", "with-trailing-tab.txt"])
|
||||
.run()
|
||||
.succeeds()
|
||||
.stdout_is(
|
||||
"// !note: file contains significant whitespace
|
||||
// * indentation uses <TAB> characters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue