stdman: simpler test
Closes Homebrew/homebrew#41450. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
dff92edf18
commit
88c23be2d3
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ class Stdman < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
assert File.exist? shell_output("/usr/bin/man -w std::string").strip
|
||||
system "man", "-w", "std::string"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue