Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
stdman: simpler test
Browse files Browse the repository at this point in the history
Closes #41450.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
bkircher authored and MikeMcQuaid committed Jul 7, 2015
1 parent 0b7c556 commit ffb5036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/stdman.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def install
end

test do
assert File.exist? shell_output("/usr/bin/man -w std::string").strip
system "man", "-w", "std::string"
end
end

0 comments on commit ffb5036

Please sign in to comment.