mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Rustfmt new tests
This commit is contained in:
parent
e5b577fb27
commit
1d271991af
7 changed files with 31 additions and 29 deletions
|
@ -15,7 +15,9 @@ fn test_negative_adjustment() {
|
|||
// correctly.
|
||||
|
||||
let res = new_ucmd!().args(&["-n", "-1", "true"]).run();
|
||||
assert!(res.stderr.starts_with("nice: warning: setpriority: Permission denied"));
|
||||
assert!(res
|
||||
.stderr
|
||||
.starts_with("nice: warning: setpriority: Permission denied"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue