aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/valgrind.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/valgrind.rb')
-rw-r--r--Library/Formula/valgrind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb
index 7431ce09f..fd383993d 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -68,7 +68,7 @@ class Valgrind < Formula
system "make", "install"
end
- def test
+ test do
system "#{bin}/valgrind", "ls", "-l"
end
end