qt: fix Ruby warning in test.

This commit is contained in:
Mike McQuaid 2016-06-03 13:17:57 +01:00
parent 3566106d8a
commit 33a1444118

View file

@ -149,6 +149,6 @@ class Qt < Formula
resource("test-project").stage testpath
system bin/"qmake"
system "make"
assert_match /GitHub/, pipe_output(testpath/"qtnetwork-test 2>&1", nil, 0)
assert_match(/GitHub/, pipe_output(testpath/"qtnetwork-test 2>&1", nil, 0))
end
end