yacas: update test.

This commit is contained in:
Domingo Moronta 2016-08-08 23:55:55 -07:00 committed by Mike McQuaid
parent 7ae178b7c8
commit a42c60cf84

View file

@ -29,6 +29,6 @@ class Yacas < Formula
end
test do
system "#{bin}/yacas", "--version"
assert_match version.to_s, shell_output("#{bin}/yacas -v")
end
end