flyctl: specify bin in test

master
Sean Molenaar 2023-02-08 10:34:20 +01:00 committed by BrewTestBot
parent e0191d27ba
commit e58c756271
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class Flyctl < Formula
test do
assert_match "flyctl v#{version}", shell_output("#{bin}/flyctl version")
flyctl_status = shell_output("flyctl status 2>&1", 1)
flyctl_status = shell_output("#{bin}/flyctl status 2>&1", 1)
assert_match "Error No access token available. Please login with 'flyctl auth login'", flyctl_status
end
end