dash: clean up test

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-05 16:24:59 -05:00
parent 882ca9ab54
commit d7ea7a2524

View file

@ -25,7 +25,6 @@ class Dash < Formula
end
def test
system "#{HOMEBREW_PREFIX}/bin/dash -c \"echo Hello!\""
puts " ^--- That works."
system bin/'dash', '-c', 'echo Hello!'
end
end