aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-07-07 09:39:40 -0500
committerJack Nagel2014-07-07 09:39:43 -0500
commit7ed16d2e6327ddd2fe1d03f52034a386f0249ea2 (patch)
tree97ba93e97aa4a50517a5912af5073f9fa7c58d83 /Library
parenteb83d834db0aa3f3b868622b56607fac61ebb28e (diff)
downloadhomebrew-7ed16d2e6327ddd2fe1d03f52034a386f0249ea2.tar.bz2
writerperfect: remove test
This didn't actually test anything, it just echoed the literal string `/usr/local/Cellar/writerperfect/0.9.1/bin/wpd2odt`
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/writerperfect.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/writerperfect.rb b/Library/Formula/writerperfect.rb
index 42cb8b312..8134bdaa8 100644
--- a/Library/Formula/writerperfect.rb
+++ b/Library/Formula/writerperfect.rb
@@ -27,8 +27,4 @@ class Writerperfect < Formula
"--prefix=#{prefix}"
system "make", "install"
end
-
- test do
- system "echo", "`#{bin}/wpd2odt`"
- end
end