mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests: (head) cargo fmt
This commit is contained in:
parent
c1f518e586
commit
b38abbce5e
1 changed files with 7 additions and 11 deletions
|
@ -88,10 +88,7 @@ fn test_verbose() {
|
|||
|
||||
#[test]
|
||||
fn test_spams_newline() {
|
||||
new_ucmd!()
|
||||
.pipe_in("a")
|
||||
.succeeds()
|
||||
.stdout_is("a\n");
|
||||
new_ucmd!().pipe_in("a").succeeds().stdout_is("a\n");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
@ -136,7 +133,6 @@ fn test_unsupported_zero_terminated_syntax_2() {
|
|||
.stderr_is("head: error: Unrecognized option: \'z\'");
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn test_unsupported_negative_byte_syntax() {
|
||||
new_ucmd!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue