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

fix spell-check errors

This commit is contained in:
Roy Ivy III 2021-11-12 23:23:57 -06:00
parent 7133efd0a5
commit f07a1749a1
8 changed files with 12 additions and 12 deletions

View file

@ -290,7 +290,7 @@ fn test_interpret_backslash_at_eol_literally() {
#[cfg(not(target_os = "freebsd"))]
fn test_more_than_2_sets() {
new_ucmd!()
.args(&["'abcdefgh'", "'a", "'b'"])
.args(&["'abcdef'", "'a'", "'b'"])
.pipe_in("hello world")
.fails();
}