aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:34:46 -0500
committerJack Nagel2013-03-26 00:02:35 -0500
commitedb77a4df14b2529b508135ee14bf8037f5e9fb7 (patch)
treed8d1366105c48ca6058707634196b3f00a836bd4
parent98b6205090a391057c8052c686f8b53390abf530 (diff)
downloadhomebrew-edb77a4df14b2529b508135ee14bf8037f5e9fb7.tar.bz2
easy-git: fix test
-rw-r--r--Library/Formula/easy-git.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/easy-git.rb b/Library/Formula/easy-git.rb
index c2fed7281..280685938 100644
--- a/Library/Formula/easy-git.rb
+++ b/Library/Formula/easy-git.rb
@@ -10,7 +10,7 @@ class EasyGit < Formula
bin.install "eg"
end
- def test
- system "#{bin}/eg help"
+ test do
+ system "#{bin}/eg", "help"
end
end