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