Skip to content

Commit

Permalink
speedtest-cli: fix test (#110021)
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Sep 11, 2022
1 parent 0dc0bd8 commit cc605f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/speedtest-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ def install
end

test do
system bin/"speedtest"
assert_match "speedtest-cli",
shell_output(bin/"speedtest --version")
assert_match "Command line interface for testing internet bandwidth using speedtest.net",
shell_output(bin/"speedtest --help")
end
end

0 comments on commit cc605f7

Please sign in to comment.