Bug 53

Summary: "pasta --help" returns exit code 1
Product: passt Reporter: Erik Sjölund <erik.sjolund>
Component: pastaAssignee: nobody
Status: RESOLVED FIXED    
Severity: normal CC: sbrivio
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   

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)