We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097b9aa commit be62dcdCopy full SHA for be62dcd
1 file changed
tests/cli-tips.bats
@@ -19,13 +19,13 @@ teardown() {
19
@test "Displays help with -h option" {
20
run "$SCRIPT_PATH" -h
21
[ "$status" -eq 0 ]
22
- [[ "$output" == *"Usage:"* ]]
+ [[ "$output" == *"Usage"* ]]
23
}
24
25
@test "Displays help with --help option" {
26
run "$SCRIPT_PATH" --help
27
28
29
30
31
@test "Errors on unknown option" {
0 commit comments