Skip to content
Snippets Groups Projects
Commit 3e3df956 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #1580 from MikeMcQuaid/fix-uses-test

uses_test: don't rely on output order.
parents e4656709 b8519354
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ class IntegrationCommandTestUses < IntegrationCommandTestCase
assert_equal "", cmd("uses", "baz")
assert_equal "baz", cmd("uses", "bar")
assert_equal "bar\nbaz", cmd("uses", "--recursive", "foo")
assert_match(/(bar\nbaz|baz\nbar)/, cmd("uses", "--recursive", "foo"))
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment