diff options
Diffstat (limited to 'Library/Formula/gnuplot.rb')
| -rw-r--r-- | Library/Formula/gnuplot.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 076d19f8e..06c156a73 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -100,7 +100,7 @@ class Gnuplot < Formula      system "make install"    end -  def test +  test do      system "#{bin}/gnuplot", "--version"    end | 
