aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tkdiff.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tkdiff.rb')
-rw-r--r--Library/Formula/tkdiff.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tkdiff.rb b/Library/Formula/tkdiff.rb
index 049606982..0969b00ae 100644
--- a/Library/Formula/tkdiff.rb
+++ b/Library/Formula/tkdiff.rb
@@ -9,7 +9,7 @@ class Tkdiff < Formula
bin.install 'tkdiff'
end
- def test
+ test do
system "#{bin}/tkdiff", "--help"
end
end