From eac58569285a8aad00b9f763ae5c34eca25ac84c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 9 Jul 2013 20:47:11 -0700 Subject: [PATCH] libcouchbase: fix test --- Formula/libcouchbase.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libcouchbase.rb b/Formula/libcouchbase.rb index c73677db80..20859b2ef2 100644 --- a/Formula/libcouchbase.rb +++ b/Formula/libcouchbase.rb @@ -22,6 +22,6 @@ class Libcouchbase < Formula end def test - system "#{bin}/cbc-version" + system "#{bin}/cbc", "version" end end