Skip to content

Commit

Permalink
Exit 0 on -h (--help). Fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gitea committed Sep 18, 2021
1 parent 22a5550 commit caaec67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

test_help() {
genvsub --help
[[ $? -ge 2 ]]
[[ $? -eq 0 ]]
}

# Looking for something from the output file
Expand Down

0 comments on commit caaec67

Please sign in to comment.