qt: fix Ruby warning in test.
This commit is contained in:
parent
3566106d8a
commit
33a1444118
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue