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.
2 parents f8e2938 + 0dc0787 commit bbd55c7Copy full SHA for bbd55c7
Formula/z/zzz.rb
@@ -21,12 +21,12 @@ class Zzz < Formula
21
22
depends_on :macos
23
24
- # No test is possible: this has no --help or --version, it just
25
- # sleeps the Mac instantly.
26
def install
27
system "make", "install", "PREFIX=#{prefix}"
28
end
29
+ # No test is possible: this has no --help or --version, it just
+ # sleeps the Mac instantly.
30
test do
31
assert_predicate bin/"Zzz", :exist?
32
0 commit comments