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 d37c696 commit 0dc0787Copy full SHA for 0dc0787
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