mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
add missing \n
This commit is contained in:
parent
3d356d47b3
commit
b116a97fdc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fn test_z85_not_padded() {
|
||||||
#[test]
|
#[test]
|
||||||
fn test_invalid_input() {
|
fn test_invalid_input() {
|
||||||
let error_message = if cfg!(windows) {
|
let error_message = if cfg!(windows) {
|
||||||
"basenc: .: Permission denied"
|
"basenc: .: Permission denied\n"
|
||||||
} else {
|
} else {
|
||||||
"basenc: error: invalid input\n"
|
"basenc: error: invalid input\n"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue