972d304bb2
Update the expectations in test_sub_command_multiple for different argparse error handling in Python 3.12.5 and newer. Previously, the 'cannot have multiple subparser arguments' error would be output to stderr and cause the parser to exit; now it raises an ArgumentError instead. Closes-Bug: 2074130 Change-Id: I83de6b6943b14f1f6df86a55603e6867dce680d3 Signed-off-by: Michał Górny <mgorny@gentoo.org>