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" system "make install"
end end
def test test do
system "fish -c 'echo'" system "fish", "-c", "echo"
end end
def caveats; <<-EOS.undent def caveats; <<-EOS.undent