mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37: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
|
@ -37,6 +37,6 @@ fn test_users_check_name() {
|
|||
fn test_users_check_name_openbsd() {
|
||||
new_ucmd!()
|
||||
.args(&["openbsd_utmp"])
|
||||
.run()
|
||||
.succeeds()
|
||||
.stdout_contains("test");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue