From 7fe3cc7b35200dda1212cdceeb3ceefd6051005f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 23 Jan 2012 22:23:44 -0600 Subject: calabash: fix test invocation Signed-off-by: Jack Nagel --- Library/Formula/calabash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/calabash.rb b/Library/Formula/calabash.rb index 591a716d8..c0d90b208 100644 --- a/Library/Formula/calabash.rb +++ b/Library/Formula/calabash.rb @@ -23,6 +23,6 @@ class Calabash < Formula def test # This small XML pipeline (*.xpl) that comes with Calabash # is basically its equivalent "Hello World" program. - system "calabash #{self.prefix}/libexec/xpl/pipe.xpl" + system "#{bin}/calabash #{self.prefix}/libexec/xpl/pipe.xpl" end end -- cgit v1.2.3