Skip to content

Commit 0dc0787

Browse files
committed
zzz: move test-specific comment
1 parent d37c696 commit 0dc0787

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)