mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Add tests for non-utf8
This commit is contained in:
parent
3acd75bcc4
commit
17f9507e17
9 changed files with 170 additions and 126 deletions
|
@ -192,7 +192,7 @@ fn test_realpath_existing() {
|
|||
ucmd.arg("-e")
|
||||
.arg(".")
|
||||
.succeeds()
|
||||
.stdout_only(at.plus_as_string(&format!("{}\n", at.root_dir_resolved())));
|
||||
.stdout_only(at.plus_as_string(format!("{}\n", at.root_dir_resolved())));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue