msgpack: use test assertion
This commit is contained in:
parent
83b44cffe3
commit
4b84a09988
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue