mandoc: improve/fix test, specifically for CI
Closes #8409. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
805b2e0b02
commit
cebd48b30a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue