From 0271b146952409e35ba2cf64c1206ba3693b4aa7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 1 Sep 2011 13:00:28 -0700 Subject: Be more explicit about paths in test methods --- Library/Formula/cliweather.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/cliweather.rb') diff --git a/Library/Formula/cliweather.rb b/Library/Formula/cliweather.rb index b68f53d3e..921293bc1 100644 --- a/Library/Formula/cliweather.rb +++ b/Library/Formula/cliweather.rb @@ -10,6 +10,6 @@ class Cliweather < Formula end def test - system "cliweather 98027" + system "#{bin}/cliweather 98027" end end -- cgit v1.2.3