mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
add missing \n
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user