dash: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
882ca9ab54
commit
d7ea7a2524
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue