aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grsync.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-08-21 08:18:35 +0100
committerMike McQuaid2014-08-21 08:22:12 +0100
commit50680d2ac6fc68a518b35a6bc88a3bbbe40f5c0d (patch)
tree716317c9467f893cfdb6225065a45448a553abe0 /Library/Formula/grsync.rb
parent7714994f14cbc30e79410b9dd84e90cc6ab4645b (diff)
downloadhomebrew-50680d2ac6fc68a518b35a6bc88a3bbbe40f5c0d.tar.bz2
grsync: remove failing test.
Diffstat (limited to 'Library/Formula/grsync.rb')
-rw-r--r--Library/Formula/grsync.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/grsync.rb b/Library/Formula/grsync.rb
index c67723320..df1dce6e7 100644
--- a/Library/Formula/grsync.rb
+++ b/Library/Formula/grsync.rb
@@ -24,8 +24,4 @@ class Grsync < Formula
system "make", "install"
end
-
- test do
- system "#{bin}/grsync"
- end
end