diff options
Diffstat (limited to 'Library/Formula/daemon.rb')
| -rw-r--r-- | Library/Formula/daemon.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/daemon.rb b/Library/Formula/daemon.rb index 79ecee400..274877b43 100644 --- a/Library/Formula/daemon.rb +++ b/Library/Formula/daemon.rb @@ -11,7 +11,7 @@ class Daemon < Formula system "make", "PREFIX=#{prefix}", "install" end - def test + test do system "#{bin}/daemon", "--version" end end |
