lynx: a test

Closes Homebrew/homebrew#25937.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Ted Pennings 2014-01-15 20:40:09 -05:00 committed by Mike McQuaid
parent 7006fbc35d
commit 7b6cf8b5fc
1 changed files with 4 additions and 0 deletions

View File

@ -16,4 +16,8 @@ class Lynx < Formula
"--enable-ipv6"
system "make install"
end
test do
system "#{bin}/lynx", '-dump', 'http://checkip.dyndns.org'
end
end