aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/unifdef.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/unifdef.rb')
-rw-r--r--Library/Formula/unifdef.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/unifdef.rb b/Library/Formula/unifdef.rb
index 53d7116b0..eeb04786b 100644
--- a/Library/Formula/unifdef.rb
+++ b/Library/Formula/unifdef.rb
@@ -12,7 +12,7 @@ class Unifdef < Formula
system "make", "prefix=#{prefix}", "install"
end
- def test
+ test do
system "echo '' | #{bin}/unifdef"
end
end