Skip to content

Commit bbd55c7

Browse files
authored
Merge pull request Homebrew#182575 from Homebrew/zzz-comment
zzz: move test-specific comment
2 parents f8e2938 + 0dc0787 commit bbd55c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/z/zzz.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ class Zzz < Formula
2121

2222
depends_on :macos
2323

24-
# No test is possible: this has no --help or --version, it just
25-
# sleeps the Mac instantly.
2624
def install
2725
system "make", "install", "PREFIX=#{prefix}"
2826
end
2927

28+
# No test is possible: this has no --help or --version, it just
29+
# sleeps the Mac instantly.
3030
test do
3131
assert_predicate bin/"Zzz", :exist?
3232
end

0 commit comments

Comments
 (0)