diff options
| author | Adam Vandenberg | 2013-07-09 20:47:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-09 20:47:11 -0700 |
| commit | 667fe03993e4c4602b0999cb0f203d52881b67e3 (patch) | |
| tree | 7ef903150648ea0944e3e5efaba09e69f2b8b062 /Library/Formula | |
| parent | 4589ba432bfc41ba3933247ee07df69490a5f4f6 (diff) | |
| download | homebrew-667fe03993e4c4602b0999cb0f203d52881b67e3.tar.bz2 | |
libcouchbase: fix test
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libcouchbase.rb | 2 |
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 |
