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:
parent
ccb873519c
commit
4f19c0e9ff
3 changed files with 372 additions and 305 deletions
|
@ -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", "."])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue