Merge pull request #14638 from Bo98/ci-fix

test/cask/cask_spec: fix test
This commit is contained in:
Bo Anderson 2023-02-15 05:26:59 +00:00 committed by GitHub
commit f2c9db2626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ describe Cask::Cask, :cask do
expect(h).to be_a(Hash)
expect(h["artifacts"].first[:binary].first).to eq "$APPDIR/some/path"
expect(h["caveats"]).to eq "$HOMEBREW_PREFIX and $HOME\n"
expect(h["caveats"]).to eq "$HOMEBREW_PREFIX and /$HOME\n"
end
end
end