mirror of
https://github.com/uutils/coreutils.git
synced 2025-12-23 08:47:37 +00:00
support busybox newer tests through multicall
This commit is contained in:
parent
97793313c0
commit
a3196319c5
2 changed files with 20 additions and 20 deletions
|
|
@ -49,7 +49,8 @@ fn main() {
|
|||
None => (),
|
||||
}
|
||||
|
||||
if binary_as_util.ends_with("uutils") || binary_as_util.starts_with("uutils") {
|
||||
if binary_as_util.ends_with("uutils") || binary_as_util.starts_with("uutils") ||
|
||||
binary_as_util.ends_with("busybox") || binary_as_util.starts_with("busybox") {
|
||||
args.remove(0);
|
||||
} else {
|
||||
let mut found = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue