1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Address PR comments. Simplify structure.

This commit is contained in:
Andrew Liebenow 2024-09-24 07:49:28 -05:00
parent ccb873519c
commit 4f19c0e9ff
3 changed files with 372 additions and 305 deletions

View file

@ -31,9 +31,7 @@ fn test_invalid_input() {
let error_message = if cfg!(windows) {
"basenc: .: Permission denied\n"
} else {
// TODO
// Other implementations do not show " (os error 21)"
"basenc: read error: Is a directory (os error 21)\n"
"basenc: read error: Is a directory\n"
};
new_ucmd!()
.args(&["--base32", "."])