msgpack: use test assertion

This commit is contained in:
Jack Nagel 2013-06-08 21:26:24 -05:00
parent 83b44cffe3
commit 4b84a09988

View file

@ -49,6 +49,6 @@ class Msgpack < Formula
EOS
system ENV.cc, "-o", "test", "test.c", "-lmsgpack"
`./test` == "1\n2\n3\n"
assert_equal "1\n2\n3\n", `./test`
end
end