We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a5550 commit caaec67Copy full SHA for caaec67
tests/test.sh
@@ -6,7 +6,7 @@
6
7
test_help() {
8
genvsub --help
9
- [[ $? -ge 2 ]]
+ [[ $? -eq 0 ]]
10
}
11
12
# Looking for something from the output file
0 commit comments