aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pass.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pass.rb')
-rw-r--r--Library/Formula/pass.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pass.rb b/Library/Formula/pass.rb
index 7d49e4729..db001e179 100644
--- a/Library/Formula/pass.rb
+++ b/Library/Formula/pass.rb
@@ -17,7 +17,7 @@ class Pass < Formula
zsh_completion.install "contrib/pass.zsh-completion" => "_pass"
end
- def test
+ test do
system "#{bin}/pass", "--version"
end
end