1
Fork 0
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:
Thayne McCombs 2023-02-13 02:00:03 -07:00
parent 3acd75bcc4
commit 17f9507e17
9 changed files with 170 additions and 126 deletions

View file

@ -39,7 +39,7 @@ fn test_enter_chroot_fails() {
fn test_no_such_directory() {
let (at, mut ucmd) = at_and_ucmd!();
at.touch(&at.plus_as_string("a"));
at.touch(at.plus_as_string("a"));
ucmd.arg("a")
.fails()