mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +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]
|
||||
fn test_invalid_input() {
|
||||
let error_message = if cfg!(windows) {
|
||||
"basenc: .: Permission denied"
|
||||
"basenc: .: Permission denied\n"
|
||||
} else {
|
||||
"basenc: error: invalid input\n"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue