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