diff --git a/Formula/mandoc.rb b/Formula/mandoc.rb index 1cc7ddbac5..b03938ef1f 100644 --- a/Formula/mandoc.rb +++ b/Formula/mandoc.rb @@ -78,7 +78,6 @@ class Mandoc < Formula test do system "#{bin}/mandoc", "-Thtml", - "-Ostyle=#{share}/examples/example.style.css", - "#{HOMEBREW_PREFIX}/share/man/man1/brew.1" + "-Ostyle=#{share}/examples/example.style.css", "#{man1}/mandoc.1" end end