Skip to content

Commit

Permalink
MOD: test_basic.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed Dec 31, 2024
1 parent 14b7792 commit 5b7d919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ test_no_parameters_shows_usage() {

test_usage_shows_option_verbose() {
# script without parameters should show option -v or --verbose
assert_equals 1 "$("$root_script" 2>&1 | grep -i -c "Usage")"
assert_equals 2 "$("$root_script" 2>&1 | grep -i -c "Usage")"
assert_equals 1 "$("$root_script" 2>&1 | grep -i -c "verbose")"
}

0 comments on commit 5b7d919

Please sign in to comment.