We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6dcacf commit b0ea4adCopy full SHA for b0ea4ad
Formula/h/hz.rb
@@ -33,6 +33,8 @@ def install
33
end
34
35
test do
36
+ ENV["GOPATH"] = testpath
37
+
38
output = shell_output("#{bin}/hz --version 2>&1")
39
assert_match "hz version v#{version}", output
40
0 commit comments