Skip to content

Commit

Permalink
Change using shell_output
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#39435.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
Anatoliy Bulukin authored and xu-cheng committed May 8, 2015
1 parent d70945c commit abf751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cppformat.rb
Expand Up @@ -27,6 +27,6 @@ def install
"-I#{include}",
"-L#{lib}",
"-lformat"
assert_equal "The answer is 42", `./test`.strip
assert_equal "The answer is 42", shell_output("./test")
end
end

0 comments on commit abf751d

Please sign in to comment.