crystal-icr: tweak the test.

This commit is contained in:
Mike McQuaid 2016-12-30 14:19:31 +00:00
parent 54beafd6e3
commit 8783437f80

View file

@ -18,6 +18,6 @@ class CrystalIcr < Formula
end
test do
assert_match "icr version #{version}\n", shell_output("#{bin/"icr"} -v")
assert_match "icr version #{version}", shell_output("#{bin}/icr -v")
end
end