diff options
| -rw-r--r-- | Library/Formula/msgpack.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
