tests/dmesg: add new line to expected error message.
This commit is contained in:
parent
49bd8ead50
commit
f6826b8249
@ -54,5 +54,5 @@ fn test_invalid_time_format() {
|
||||
.fails()
|
||||
.code_is(1)
|
||||
.no_stdout()
|
||||
.stderr_is("dmesg: unknown time format: definitely-invalid");
|
||||
.stderr_is("dmesg: unknown time format: definitely-invalid\n");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user