Skip to content
Snippets Groups Projects
Commit b8519354 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

uses_test: don't rely on output order.

I've seen this vary.
parent 78fdb470
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