aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-09 20:47:11 -0700
committerAdam Vandenberg2013-07-09 20:47:11 -0700
commit667fe03993e4c4602b0999cb0f203d52881b67e3 (patch)
tree7ef903150648ea0944e3e5efaba09e69f2b8b062 /Library/Formula
parent4589ba432bfc41ba3933247ee07df69490a5f4f6 (diff)
downloadhomebrew-667fe03993e4c4602b0999cb0f203d52881b67e3.tar.bz2
libcouchbase: fix test
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libcouchbase.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libcouchbase.rb b/Library/Formula/libcouchbase.rb
index c73677db8..20859b2ef 100644
--- a/Library/Formula/libcouchbase.rb
+++ b/Library/Formula/libcouchbase.rb
@@ -22,6 +22,6 @@ class Libcouchbase < Formula
end
def test
- system "#{bin}/cbc-version"
+ system "#{bin}/cbc", "version"
end
end