From e263b293c8d7eb1859e26d4a6ab785ab6d9738d9 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 5 May 2012 16:24:59 -0500 Subject: dash: clean up test Signed-off-by: Jack Nagel --- Library/Formula/dash.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3