aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fishfish.rb
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:18 -0500
committerJack Nagel2013-03-26 00:02:37 -0500
commit40a5cdc400c62b11f8eb93fd18846e5a6a3d9ba3 (patch)
tree0dcda184df631002a9093b943aedc005448a34a8 /Library/Formula/fishfish.rb
parent8189c64938c1949de3d9e753ca670807ba80ba16 (diff)
downloadhomebrew-40a5cdc400c62b11f8eb93fd18846e5a6a3d9ba3.tar.bz2
fishfish: fix test
Diffstat (limited to 'Library/Formula/fishfish.rb')
-rw-r--r--Library/Formula/fishfish.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fishfish.rb b/Library/Formula/fishfish.rb
index 2c867dbb5..f9a589320 100644
--- a/Library/Formula/fishfish.rb
+++ b/Library/Formula/fishfish.rb
@@ -21,8 +21,8 @@ class Fishfish < Formula
system "make install"
end
- def test
- system "fish -c 'echo'"
+ test do
+ system "fish", "-c", "echo"
end
def caveats; <<-EOS.undent