fishfish: fix test

master
Jack Nagel 2013-03-25 13:35:18 -05:00
parent aa46f6fdf3
commit b990743458
1 changed files with 2 additions and 2 deletions

View File

@ -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