1
Fork 0
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:
Sylvestre Ledru 2024-01-15 10:43:20 +01:00 committed by GitHub
parent 3d356d47b3
commit b116a97fdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
};