From: Michael Orlitzky Date: Sat, 2 Mar 2019 03:33:36 +0000 (-0500) Subject: Sort output to fix random breakage in the test suite. X-Git-Tag: 0.5.1~4 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=fdf3555b3e8a1f937172baa691ca219b0e54a35f;hp=fdf3555b3e8a1f937172baa691ca219b0e54a35f;p=haeredes.git Sort output to fix random breakage in the test suite. The results that we get back from DNS are returned in an arbitrary order. Technically that's fine, because all we want to see is the set-difference between the actual/expected results. However, it breaks our test suite which needs to know what certain examples will output. This commit sorts the results, so that the output is a little bit more deterministic (subject to network issues and changes). ---