aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/log4c.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/log4c.rb')
-rw-r--r--Library/Formula/log4c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/log4c.rb b/Library/Formula/log4c.rb
index 2f5315152..4a619f729 100644
--- a/Library/Formula/log4c.rb
+++ b/Library/Formula/log4c.rb
@@ -12,7 +12,7 @@ class Log4c < Formula
system "make install"
end
- def test
+ test do
system "#{bin}/log4c-config", "--version"
end
end