radare2 0.10.2

Closes #262.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Remco 2016-04-14 00:11:38 +02:00 committed by Tim D. Smith
parent 21c1a9acc9
commit cd30fc829a

View file

@ -95,6 +95,6 @@ class Radare2 < Formula
end
test do
assert_match /radare2 0\.10\.2/, shell_output("#{bin}/r2 -version")
assert_match /radare2 #{version.to_s}/, shell_output("#{bin}/r2 -version")
end
end