1
Fork 0
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:
Roy Ivy III 2020-08-08 23:04:29 -05:00
parent c1f518e586
commit b38abbce5e

View file

@ -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!()