aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-05-05 16:24:59 -0500
committerJack Nagel2012-05-05 16:24:59 -0500
commite263b293c8d7eb1859e26d4a6ab785ab6d9738d9 (patch)
tree9a36d5e798a232c18b156497af8f6714f0daf759 /Library
parent3200ceaa689deb700271e2f9d7f6c5d7d4ca3fce (diff)
downloadhomebrew-e263b293c8d7eb1859e26d4a6ab785ab6d9738d9.tar.bz2
dash: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dash.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index 0e164e51c..9a878ea9b 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -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