aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/freetds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/freetds.rb')
-rw-r--r--Library/Formula/freetds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/freetds.rb b/Library/Formula/freetds.rb
index f90a4d0b0..b8e6af85c 100644
--- a/Library/Formula/freetds.rb
+++ b/Library/Formula/freetds.rb
@@ -48,7 +48,7 @@ class Freetds < Formula
system 'make install'
end
- def test
+ test do
system "#{bin}/tsql", "-C"
end
end