mandoc: improve/fix test, specifically for CI

Closes #8409.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
JCount 2017-01-02 11:49:16 -05:00 committed by Tomasz Pajor
parent 805b2e0b02
commit cebd48b30a

View file

@ -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