aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gource.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-01 13:00:28 -0700
committerAdam Vandenberg2011-09-01 13:00:28 -0700
commit0271b146952409e35ba2cf64c1206ba3693b4aa7 (patch)
treef3a433f31c7bd36f5d758653dbaa86a07ccf7f7c /Library/Formula/gource.rb
parentc45f08304306559f8b2b1f04f22fa35ad62852f1 (diff)
downloadhomebrew-0271b146952409e35ba2cf64c1206ba3693b4aa7.tar.bz2
Be more explicit about paths in test methods
Diffstat (limited to 'Library/Formula/gource.rb')
-rw-r--r--Library/Formula/gource.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb
index 61ce68d52..cdde6028e 100644
--- a/Library/Formula/gource.rb
+++ b/Library/Formula/gource.rb
@@ -30,7 +30,7 @@ class Gource < Formula
def test
Dir.chdir HOMEBREW_REPOSITORY do
- system "gource"
+ system "#{bin}/gource"
end
end
end