writerperfect: remove test

This didn't actually test anything, it just echoed the literal string

  `/usr/local/Cellar/writerperfect/0.9.1/bin/wpd2odt`
master
Jack Nagel 2014-07-07 09:39:40 -05:00
parent 07b8ad92b5
commit 0d1483c954
1 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,4 @@ class Writerperfect < Formula
"--prefix=#{prefix}"
system "make", "install"
end
test do
system "echo", "`#{bin}/wpd2odt`"
end
end