From cc80533da38af54de2e37a380519da993abef809 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:50:49 +0000 Subject: [PATCH] bosh-cli 7.8.4 bosh-cli: update test Signed-off-by: Rui Chen --- Formula/b/bosh-cli.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Formula/b/bosh-cli.rb b/Formula/b/bosh-cli.rb index 6acd9328b9782..f148d54393f21 100644 --- a/Formula/b/bosh-cli.rb +++ b/Formula/b/bosh-cli.rb @@ -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" @@ -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