1 2 3 4 5 6 7 8 9
test_splitfits_usage_longopt() { ${test_program} --help return $? } test_splitfits_usage_shortopt() { ${test_program} -h return $? }