From e499795d71c38e61893bc9955eac6a855f42d714 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 8 Jun 2013 21:26:24 -0500 Subject: msgpack: use test assertion --- Library/Formula/msgpack.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/msgpack.rb b/Library/Formula/msgpack.rb index e02819b4d..918c25804 100644 --- a/Library/Formula/msgpack.rb +++ b/Library/Formula/msgpack.rb @@ -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 -- cgit v1.2.3