Skip to content

Commit

Permalink
bosh-cli 7.8.4
Browse files Browse the repository at this point in the history
bosh-cli: update test

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Dec 16, 2024
1 parent 11f2681 commit cc80533
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/b/bosh-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BoshCli < Formula
desc "Cloud Foundry BOSH CLI v2"
homepage "https://bosh.io/docs/cli-v2/"
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.8.3.tar.gz"
sha256 "2c7034048e8f056c9304036dcbdf658fcb81d80bbf32eeebf69a15a1ef6666bb"
url "https://github.com/cloudfoundry/bosh-cli/archive/refs/tags/v7.8.4.tar.gz"
sha256 "ca19b0409d701629e439c461d4e8d9a8b7c2c89653ac2cfd7fad204f3b500a9d"
license "Apache-2.0"
head "https://github.com/cloudfoundry/bosh-cli.git", branch: "main"

Expand All @@ -25,8 +25,7 @@ def install

test do
system bin/"bosh-cli", "generate-job", "brew-test"
assert_equal 0, $CHILD_STATUS.exitstatus
assert_predicate testpath/"jobs/brew-test", :exist?
assert_path_exists testpath/"jobs/brew-test"

assert_match version.to_s, shell_output("#{bin}/bosh-cli --version")
end
Expand Down

0 comments on commit cc80533

Please sign in to comment.