diff --git a/Formula/t/television.rb b/Formula/t/television.rb index d95cd75025a2..7a4b82401791 100644 --- a/Formula/t/television.rb +++ b/Formula/t/television.rb @@ -28,7 +28,7 @@ def install test do assert_match version.to_s, shell_output("#{bin}/tv -V") - output = shell_output("#{bin}/tv list-channels") - assert_match "Builtin channels", output + output = shell_output("#{bin}/tv help") + assert_match "Cross-platform", output end end