mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
Merge branch 'main' into hbina-tr-reimplement-expansion
This commit is contained in:
commit
9ddd61ab6b
226 changed files with 2603 additions and 2408 deletions
|
@ -287,13 +287,8 @@ fn test_interpret_backslash_at_eol_literally() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
// FixME: panicked at 'failed to write to stdin of child: Broken pipe (os error 32)
|
||||
#[cfg(not(target_os = "freebsd"))]
|
||||
fn test_more_than_2_sets() {
|
||||
new_ucmd!()
|
||||
.args(&["'abcdef'", "'a'", "'b'"])
|
||||
.pipe_in("hello world")
|
||||
.fails();
|
||||
new_ucmd!().args(&["'abcdef'", "'a'", "'b'"]).fails();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue