Skip to content

"/usr/bin/expr 90 \| 67 = 10" has a different output & error code than GNU #5316

@sylvestre

Description

@sylvestre

Working on the fuzzer:
#4642
with gnu:

/usr/bin/expr  90 \| 67 = 10; echo $?
90
0

With ours:

./target/debug/coreutils expr  90 \| 67 = 10; echo $?
0
1

Maybe related:
#5315

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions