Bug 53 - "pasta --help" returns exit code 1
Summary: "pasta --help" returns exit code 1
Status: RESOLVED FIXED
Alias: None
Product: passt
Classification: Unclassified
Component: pasta (show other bugs)
Version: unspecified
Hardware: All Linux
: Normal normal
Assignee: nobody
URL:
Depends on:
Blocks:
 
Reported: 2023-06-04 07:26 UTC by Erik Sjölund
Modified: 2023-06-26 19:12 UTC (History)
1 user (show)

See Also:


Attachments

Description Erik Sjölund 2023-06-04 07:26:43 UTC
Observed result

$ pasta --help 1> /dev/null 2> /dev/null ; echo $?
1
$

Expected result

$ pasta --help 1> /dev/null 2> /dev/null ; echo $?
0
$

The commands were run on Fedora 38

$ rpm -q passt
passt-0^20230509.g96f8d55-1.fc38.x86_64
$
Comment 1 Stefano Brivio 2023-06-26 19:12:27 UTC
Fixed in version 2023_06_25.32660ce (Fedora 38 update: https://bodhi.fedoraproject.org/updates/FEDORA-2023-c0b38e1f86)

Note You need to log in before you can comment on or make changes to this bug.