ykclient: improve test

This commit is contained in:
Zhiming Wang 2016-09-10 14:14:34 -04:00
parent 553f14038e
commit 9a824d76bb

View file

@ -24,6 +24,6 @@ class Ykclient < Formula
end
test do
system "#{bin}/ykclient", "--version"
assert_equal version.to_s, shell_output("#{bin}/ykclient --version").chomp
end
end