Skip to content

coreutils: remove hack for busybox test suite #13343

Description

@oech3

Hacks

} else if is_coreutils || binary_as_util.ends_with("box") {

// GNU just fails, but busybox tests needs usage
// todo: patch the test suite instead
if binary_as_util.ends_with("box") {
usage(&utils, binary_as_util);
} else {

are no longer needed with master branch of busybox mirror/busybox#117 (comment) .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions