From 0a3093decaf46fc1e2b7f6d90b83783c29249d0f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 25 Mar 2013 13:34:47 -0500 Subject: [PATCH] editorconfig: fix test --- Formula/editorconfig.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/editorconfig.rb b/Formula/editorconfig.rb index c14c7552a3d..95ccc66c6e6 100644 --- a/Formula/editorconfig.rb +++ b/Formula/editorconfig.rb @@ -12,7 +12,7 @@ class Editorconfig < Formula system "make install" end - def test - system "editorconfig" + test do + system "#{bin}/editorconfig" end end